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

4 lines
42 B
GraphQL

query {
node(id: 1, list: [123, 456])
}