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

4 lines
53 B
GraphQL

query {
node(id: 1, obj: {key1: 123, key2: 456})
}