This GraphQL query fetches All Names_Letter_ZS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_ZS { names_Letter_ZS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_ZS": { "results": [ { "ACL": null, "Genre": "male", "Letter": "Z", "Name": "Zakary", "createdAt": "2020-01-23T22:50:47.719Z", "id": "CUdOuCjU9h", "updatedAt": "2020-01-23T22:50:47.719Z" }, { "ACL": null, "Genre": "female", "Letter": "Z", "Name": "Zella", "createdAt": "2020-01-23T22:50:47.720Z", "id": "gjjjcQVhZA", "updatedAt": "2020-01-23T22:50:47.720Z" }, { "ACL": null, "Genre": "female", "Letter": "Z", "Name": "Zariah", "createdAt": "2020-01-23T22:50:47.719Z", "id": "yT5jqCpgNP", "updatedAt": "2020-01-23T22:50:47.719Z" } ] } } }