1# FooBarQuery comment 2query FooBarQuery ($after: String!) { 3 # fizzList comment 4 fizzList(first: 100, after: $after) { 5 # nodes comment 6 nodes { 7 # id comment 8 id 9 } 10 } 11}
View as plain text