-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gql_code_builder)!: force type of fields to be nullable when the…
…y contain a skip or include directive fix(gql_code_builder)!: allow lists to be nullable
- Loading branch information
Martin Kamleithner
committed
Oct 9, 2022
1 parent
a8651a2
commit 2b5a261
Showing
42 changed files
with
2,143 additions
and
461 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
4 changes: 2 additions & 2 deletions
4
codegen/end_to_end_test/lib/aliases/__generated__/aliased_hero.data.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
40 changes: 20 additions & 20 deletions
40
codegen/end_to_end_test/lib/aliases/__generated__/aliased_hero.data.gql.g.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
codegen/end_to_end_test/lib/directives/__generated__/hero_include.ast.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
codegen/end_to_end_test/lib/directives/__generated__/hero_include.data.gql.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.