Skip to content

Commit

Permalink
Update test data with comments to match
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed Jul 16, 2023
1 parent 3612755 commit 8e1fef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate/testdata/parsing/fragments.graphql
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# @genqlient
query MyQuery {
myField
myOtherField {
...MyFragment
}
}

# @genqlient
fragment MyFragment on MyType {
myFragmentField
...NestedFragment
}

# @genqlient
fragment UnusedFragment on MyType {
myFragmentField
}

# @genqlient
fragment NestedFragment on MyType {
myOtherFragmentField
}
1 change: 1 addition & 0 deletions generate/testdata/parsing/fragments2.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# @genqlient
mutation MyMutation {
myField
myOtherField {
Expand Down

0 comments on commit 8e1fef5

Please sign in to comment.