The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. List of Names Dataset
Public

447
279
447
279
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Names_Letter_IES

This GraphQL query fetches All Names_Letter_IES


0
1
2
3
4
5
6
7
8
9
10
11
12
query allNames_Letter_IES {
      names_Letter_IES (skip: 0, limit: 3) {
        results {
          ACL
          Genre
          Letter
          Name
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "names_Letter_IES": {
      "results": [
        {
          "ACL": null,
          "Genre": "male",
          "Letter": "Y",
          "Name": "Yaakov",
          "createdAt": "2020-01-23T22:49:37.459Z",
          "id": "lAOYMZzMUy",
          "updatedAt": "2020-01-23T22:49:37.459Z"
        },
        {
          "ACL": null,
          "Genre": "male",
          "Letter": "Y",
          "Name": "Yadiel",
          "createdAt": "2020-01-23T22:49:37.459Z",
          "id": "Fuw0Skb2EQ",
          "updatedAt": "2020-01-23T22:49:37.459Z"
        },
        {
          "ACL": null,
          "Genre": "male",
          "Letter": "Y",
          "Name": "Yandel",
          "createdAt": "2020-01-23T22:49:37.459Z",
          "id": "BqVwmrWBF9",
          "updatedAt": "2020-01-23T22:49:37.459Z"
        }
      ]
    }
  }
}