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