1query ($first: Int = 30, $after: String!) { 2 searchCats(first: $first, after: $after) { 3 nodes { 4 id 5 name 6 } 7 } 8}
View as plain text