This GraphQL query fetches All Names_Letter_PS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_PS { names_Letter_PS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_PS": { "results": [ { "ACL": null, "Genre": "female", "Letter": "P", "Name": "Pamelia", "createdAt": "2020-01-23T22:36:59.681Z", "id": "g0vlNB6ZSM", "updatedAt": "2020-01-23T22:36:59.681Z" }, { "ACL": null, "Genre": "female", "Letter": "P", "Name": "Pandora", "createdAt": "2020-01-23T22:36:59.681Z", "id": "VS2xoiRLxp", "updatedAt": "2020-01-23T22:36:59.681Z" }, { "ACL": null, "Genre": "female", "Letter": "P", "Name": "Pam", "createdAt": "2020-01-23T22:36:59.681Z", "id": "AboZkhFvTF", "updatedAt": "2020-01-23T22:36:59.681Z" } ] } } }