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

  1. Back4App
  2. Number Nobel Prizes by Country
Public

10
13
10
13
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All NumberNobePrizesCountries

This GraphQL query fetches All NumberNobePrizesCountries


0
1
2
3
4
5
6
7
8
9
10
11
query allNumberNobePrizesCountries {
      numberNobePrizesCountries (skip: 0, limit: 3) {
        results {
          ACL
          Country
          NumberNobelPrizes
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "numberNobePrizesCountries": {
      "results": [
        {
          "ACL": null,
          "Country": "Democratic Republic of the Congo",
          "NumberNobelPrizes": 1,
          "createdAt": "2020-01-22T13:49:35.053Z",
          "id": "rpjq7v7ZeJ",
          "updatedAt": "2020-01-22T13:49:35.053Z"
        },
        {
          "ACL": null,
          "Country": "Ireland",
          "NumberNobelPrizes": 11,
          "createdAt": "2020-01-22T13:49:35.052Z",
          "id": "yPBcMMqziE",
          "updatedAt": "2020-01-22T13:49:35.052Z"
        },
        {
          "ACL": null,
          "Country": "Ukraine",
          "NumberNobelPrizes": 6,
          "createdAt": "2020-01-22T13:49:35.052Z",
          "id": "2B2LNWUYIx",
          "updatedAt": "2020-01-22T13:49:35.052Z"
        }
      ]
    }
  }
}