-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Object Alternates to only allow Collections
- Loading branch information
Struan Judd
committed
Dec 31, 2023
1 parent
cd288ed
commit caedb59
Showing
10 changed files
with
55 additions
and
50 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
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
10 changes: 5 additions & 5 deletions
10
test/GqlPlus.Verifier.ComponentTests/Sample/Schema/Intro_Complete.graphql+
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
10 changes: 5 additions & 5 deletions
10
test/GqlPlus.Verifier.ComponentTests/Sample/Schema/Intro_Schema.graphql+
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
8 changes: 4 additions & 4 deletions
8
test/GqlPlus.Verifier.ComponentTests/SampleTests/VerifySchema/Intro_Schema.verified.txt
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,8 +1,8 @@ | ||
[ | ||
!!! I@22/17 : Invalid Input. '_Resolution' not defined. - '_Resolution' !!!, | ||
!!! I@16/22 : Invalid Input. '_TypeKind' not defined. - '_TypeKind' !!!, | ||
!!! I@38/3 : Invalid Output. '_Categories' not defined. - '_Categories' !!!, | ||
!!! I@30/4 : Invalid Output. '_Directives' not defined. - '_Directives' !!!, | ||
!!! I@29/5 : Invalid Output. '_Type' not defined. - '_Type' !!!, | ||
!!! I@28/6 : Invalid Output. '_Setting' not defined. - '_Setting' !!! | ||
!!! I@39/3 : Invalid Output. '_Categories' not defined. - '_Categories' !!!, | ||
!!! I@31/4 : Invalid Output. '_Directives' not defined. - '_Directives' !!!, | ||
!!! I@30/5 : Invalid Output. '_Type' not defined. - '_Type' !!!, | ||
!!! I@29/6 : Invalid Output. '_Setting' not defined. - '_Setting' !!! | ||
] |
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