This GraphQL query fetches All Names_Letter_VS
0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_VS { names_Letter_VS (skip: 0, limit: 3) { results { ACL Genre Letter Name createdAt id updatedAt } } }
{ "data": { "names_Letter_VS": { "results": [ { "ACL": null, "Genre": "male", "Letter": "V", "Name": "Vaughn", "createdAt": "2020-01-23T22:46:26.120Z", "id": "QExhM3JpGG", "updatedAt": "2020-01-23T22:46:26.120Z" }, { "ACL": null, "Genre": "male", "Letter": "V", "Name": "Vashon", "createdAt": "2020-01-23T22:46:26.120Z", "id": "DAD2207x9H", "updatedAt": "2020-01-23T22:46:26.120Z" }, { "ACL": null, "Genre": "male", "Letter": "V", "Name": "Valentine", "createdAt": "2020-01-23T22:46:26.119Z", "id": "863a9xjEJF", "updatedAt": "2020-01-23T22:46:26.119Z" } ] } } }