This GraphQL query fetches All Names_Letter_RS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_RS { names_Letter_RS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_RS": { "results": [ { "ACL": null, "Genre": "male", "Letter": "R", "Name": "Randell", "createdAt": "2020-01-23T22:41:32.931Z", "id": "B7ZjEP745x", "updatedAt": "2020-01-23T22:41:32.931Z" }, { "ACL": null, "Genre": "male", "Letter": "R", "Name": "Rafe", "createdAt": "2020-01-23T22:41:32.931Z", "id": "OHpaWAHBrc", "updatedAt": "2020-01-23T22:41:32.931Z" }, { "ACL": null, "Genre": "male", "Letter": "R", "Name": "Rakeem", "createdAt": "2020-01-23T22:41:32.931Z", "id": "NZHvD3NHfn", "updatedAt": "2020-01-23T22:41:32.931Z" } ] } } }