Node.gql 73 B

12345
  1. query Node ($id: Int!) {
  2. node: mapitem (id: $id) {
  3. FRAGMENTS
  4. }
  5. }