This GraphQL query fetches All Names_Letter_DS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_DS { names_Letter_DS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_DS": { "results": [ { "ACL": null, "Genre": "female", "Letter": "D", "Name": "Daisha", "createdAt": "2020-01-23T22:19:54.599Z", "id": "AQcZES5BZC", "updatedAt": "2020-01-23T22:19:54.599Z" }, { "ACL": null, "Genre": "female", "Letter": "D", "Name": "Daisye", "createdAt": "2020-01-23T22:19:54.599Z", "id": "H3E1JR1bcr", "updatedAt": "2020-01-23T22:19:54.599Z" }, { "ACL": null, "Genre": "female", "Letter": "D", "Name": "Daneen", "createdAt": "2020-01-23T22:19:54.599Z", "id": "Q6ALiclQNY", "updatedAt": "2020-01-23T22:19:54.599Z" } ] } } }