-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow distinguishing between null and absent values in gql_code…
…_builder (#381) * feat: allow distinguishing between null and absent values * pubspec clean * format * feat(gql_code_builder): make tri-state optional configurable, and end to end test with tri state null * docs(gql_build): add documentation on tristate_optionals * refactor(gql_code_builder): re-organize code to avoid cyclical deps * fmt * refactor: somewhat extract the logic for the value class implementation * fix: add url to builtvaluefield ref check * bump versions, update CHANGELOG
- Loading branch information
1 parent
0d9c962
commit f6a5b74
Showing
184 changed files
with
26,721 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 45 additions & 1 deletion
46
codegen/end_to_end_test/lib/graphql/__generated__/schema.ast.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
31 changes: 28 additions & 3 deletions
31
codegen/end_to_end_test/lib/graphql/__generated__/schema.schema.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
153 changes: 153 additions & 0 deletions
153
codegen/end_to_end_test/lib/graphql/__generated__/schema.schema.gql.g.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
codegen/end_to_end_test/lib/graphql/__generated__/serializers.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
codegen/end_to_end_test/lib/graphql/__generated__/serializers.gql.g.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.