Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zzh8829 committed Feb 14, 2024
1 parent 37489fa commit 3888fd1
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate/testdata/queries/ComplexNamedFragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ query ComplexNamedFragments {
... on Query { ...QueryFragment }
}

## two fragments of different but with fields containing the same type that is inline spread to a named fragment on a union
## two fragments of different types with fields containing the same inline named fragment of a union
fragment SimpleLeafContent on LeafContent {
... on Article {
id
Expand Down Expand Up @@ -77,4 +77,4 @@ query ComplexNamedFragmentsWithInlineUnion {
root {
...TopicNewestContent
}
}
}
Loading

0 comments on commit 3888fd1

Please sign in to comment.