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

  1. Back4App
  2. Car Models by Manufacturer, Category, and Year
Public

3625
3185
3625
3185
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Car_Model_List_Teslas

This GraphQL query fetches All Car_Model_List_Teslas


0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Teslas {
      car_Model_List_Teslas (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Teslas": {
      "results": [
        {
          "ACL": null,
          "Category": "Sedan",
          "Make": "Tesla",
          "Model": "Model 3",
          "Year": 2018,
          "createdAt": "2020-01-27T22:18:08.398Z",
          "id": "SH6mip0Oro",
          "updatedAt": "2020-01-27T22:18:08.398Z"
        },
        {
          "ACL": null,
          "Category": "Sedan",
          "Make": "Tesla",
          "Model": "Model S",
          "Year": 2016,
          "createdAt": "2020-01-27T22:18:08.400Z",
          "id": "7Us0aEugVL",
          "updatedAt": "2020-01-27T22:18:08.400Z"
        },
        {
          "ACL": null,
          "Category": "SUV",
          "Make": "Tesla",
          "Model": "Model X",
          "Year": 2019,
          "createdAt": "2020-01-27T22:18:08.398Z",
          "id": "1EMRcGRHTe",
          "updatedAt": "2020-01-27T22:18:08.398Z"
        }
      ]
    }
  }
}