This GraphQL query fetches All Names_Letter_TS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_TS { names_Letter_TS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_TS": { "results": [ { "ACL": null, "Genre": "male", "Letter": "T", "Name": "Tab", "createdAt": "2020-01-23T22:43:56.074Z", "id": "eD0GZPq746", "updatedAt": "2020-01-23T22:43:56.074Z" }, { "ACL": null, "Genre": "male", "Letter": "T", "Name": "Tal", "createdAt": "2020-01-23T22:43:56.075Z", "id": "QaSRrGgAwR", "updatedAt": "2020-01-23T22:43:56.075Z" }, { "ACL": null, "Genre": "male", "Letter": "T", "Name": "Talmage", "createdAt": "2020-01-23T22:43:56.075Z", "id": "H2YUF5gBNR", "updatedAt": "2020-01-23T22:43:56.075Z" } ] } } }