File: query_object_argument.graphql

package info (click to toggle)
rust-graphql-parser 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 53 bytes parent folder | download
1
2
3
query {
  node(id: 1, obj: {key1: 123, key2: 456})
}