File: query_object_argument_multiline.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 (9 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
7
8
9
query {
  node(
    id: 1,
    obj: {
      key1: 123,
      key2: 456
    }
  )
}