This GraphQL query fetches All Names_Letter_KS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_KS { names_Letter_KS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_KS": { "results": [ { "ACL": null, "Genre": "male", "Letter": "K", "Name": "Kaeden", "createdAt": "2020-01-23T22:29:37.700Z", "id": "0t8mmbwuqr", "updatedAt": "2020-01-23T22:29:37.700Z" }, { "ACL": null, "Genre": "female", "Letter": "K", "Name": "Kaleena", "createdAt": "2020-01-23T22:29:37.701Z", "id": "dzY1b4VFXE", "updatedAt": "2020-01-23T22:29:37.701Z" }, { "ACL": null, "Genre": "male", "Letter": "K", "Name": "Kadeem", "createdAt": "2020-01-23T22:29:37.700Z", "id": "MhRk38wgwX", "updatedAt": "2020-01-23T22:29:37.700Z" } ] } } }