This GraphQL query fetches All Names_Letter_JS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_JS { names_Letter_JS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_JS": { "results": [ { "ACL": null, "Genre": "female", "Letter": "J", "Name": "Jacquline", "createdAt": "2020-01-23T22:28:20.806Z", "id": "DwPDk69ACc", "updatedAt": "2020-01-23T22:28:20.806Z" }, { "ACL": null, "Genre": "female", "Letter": "J", "Name": "Jackeline", "createdAt": "2020-01-23T22:28:20.804Z", "id": "RHtjKe9y7C", "updatedAt": "2020-01-23T22:28:20.804Z" }, { "ACL": null, "Genre": "male", "Letter": "J", "Name": "Jabbar", "createdAt": "2020-01-23T22:28:20.804Z", "id": "0RViYufi5G", "updatedAt": "2020-01-23T22:28:20.804Z" } ] } } }