-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[⚒️compiler] Track schemanticNonNull spec (#5577)
* [ast] validate repeatable directives * relax the validation * Update nullability directives to 0.2 * revert doc changes * update test fixtures
- Loading branch information
1 parent
f9bd5e1
commit dc34c4b
Showing
24 changed files
with
438 additions
and
219 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
...rc/test/testData/inspection/MissingGraphQLDefinitionImport/missing-CatchTo-extra.graphqls
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
extend schema | ||
@link( | ||
url: "https://specs.apollo.dev/nullability/v0.1", | ||
url: "https://specs.apollo.dev/nullability/v0.2", | ||
import: ["@catch"] | ||
) |
2 changes: 1 addition & 1 deletion
2
...t/testData/inspection/MissingGraphQLDefinitionImport/missing-CatchTo-extra_after.graphqls
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
extend schema | ||
@link( | ||
url: "https://specs.apollo.dev/nullability/v0.1", | ||
url: "https://specs.apollo.dev/nullability/v0.2", | ||
import: ["@catch", "CatchTo"] | ||
) |
2 changes: 1 addition & 1 deletion
2
...est/testData/inspection/MissingGraphQLDefinitionImport/missing-catch-extra_after.graphqls
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
extend schema | ||
@link( | ||
url: "https://specs.apollo.dev/nullability/v0.1", | ||
url: "https://specs.apollo.dev/nullability/v0.2", | ||
import: ["@catch", "CatchTo"] | ||
) |
2 changes: 1 addition & 1 deletion
2
...test/testData/inspection/MissingGraphQLDefinitionImport/missing-targetName-extra.graphqls
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
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
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
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
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
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
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
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.