Nodes.gql 80 B

12345
  1. query Nodes ($ids: [Int]) {
  2. nodes: mapitems (ids: $ids) {
  3. FRAGMENTS
  4. }
  5. }