Skip to content

Commit

Permalink
fix: suppress fix: individually suppress "deprecated_member_use_from_…
Browse files Browse the repository at this point in the history
…same_package" only

This is because there is no way to do at analysis_option.yaml
  • Loading branch information
mainawycliffe committed Nov 11, 2019
1 parent a31f771 commit 511630f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphql/lib/src/core/raw_operation_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class RawOperationData {
// (document == null && documentNode != null),
// '"document" or "documentNode" options are mutually exclusive.',
// ),
// ignore: deprecated_member_use_from_same_package
documentNode = documentNode ?? parseString(document),
_operationName = operationName,
variables = SplayTreeMap<String, dynamic>.of(
Expand Down

0 comments on commit 511630f

Please sign in to comment.