async-graphql/parser/tests/executables/fragment_spread.graphql

7 lines
47 B
GraphQL

query {
node {
id
...something
}
}