-
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.
- Loading branch information
Struan Judd
committed
Dec 26, 2023
1 parent
5ab4848
commit f79df58
Showing
18 changed files
with
742 additions
and
618 deletions.
There are no files selected for viewing
7 changes: 6 additions & 1 deletion
7
test/GqlPlus.Verifier.ComponentTests/Sample/Schema/Intro_Category.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
output _Categories { | ||
| _Category | ||
| _Type | ||
} | ||
|
||
output _Category { | ||
: _Aliased | ||
resolution: _Resolution | ||
type: _Type[String] | ||
output: String | ||
} | ||
|
||
enum _Resolution { Parallel Sequential Single } |
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
5 changes: 5 additions & 0 deletions
5
test/GqlPlus.Verifier.ComponentTests/Sample/Schema/Intro_Directive.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
output _Directives { | ||
| _Directive | ||
| _Type | ||
} | ||
|
||
output _Directive { | ||
: _Aliased | ||
parameters: _Parameter[] | ||
|
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: 5 additions & 3 deletions
8
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
4 changes: 4 additions & 0 deletions
4
test/GqlPlus.Verifier.ComponentTests/Sample/Schema/Intro_Setting.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
output _Setting { | ||
: _Named | ||
value: _Constant | ||
} |
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.