This GraphQL query fetches All Names_Letter_NS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_NS { names_Letter_NS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_NS": { "results": [ { "ACL": null, "Genre": "female", "Letter": "N", "Name": "Nallely", "createdAt": "2020-01-23T22:32:00.957Z", "id": "JrytS0yRgB", "updatedAt": "2020-01-23T22:32:00.957Z" }, { "ACL": null, "Genre": "female", "Letter": "N", "Name": "Nakisha", "createdAt": "2020-01-23T22:32:00.957Z", "id": "otW7ErIyBE", "updatedAt": "2020-01-23T22:32:00.957Z" }, { "ACL": null, "Genre": "female", "Letter": "N", "Name": "Nannette", "createdAt": "2020-01-23T22:32:00.957Z", "id": "2vRJVNEXX0", "updatedAt": "2020-01-23T22:32:00.957Z" } ] } } }