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

7 lines
47 B
GraphQL

query {
node {
id
...something
}
}