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

3601
3163
3601
3163
  • 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_Lotuses

This GraphQL query fetches All Car_Model_List_Lotuses


0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Lotuses {
      car_Model_List_Lotuses (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Lotuses": {
      "results": [
        {
          "ACL": null,
          "Category": "Coupe",
          "Make": "Lotus",
          "Model": "Evora",
          "Year": 2010,
          "createdAt": "2020-01-27T21:46:48.605Z",
          "id": "Fz7i2zDHLy",
          "updatedAt": "2020-01-27T21:46:48.605Z"
        },
        {
          "ACL": null,
          "Category": "Coupe",
          "Make": "Lotus",
          "Model": "Evora 400",
          "Year": 2018,
          "createdAt": "2020-01-27T21:46:48.605Z",
          "id": "2THPaBM3il",
          "updatedAt": "2020-01-27T21:46:48.605Z"
        },
        {
          "ACL": null,
          "Category": "Coupe",
          "Make": "Lotus",
          "Model": "Exige S",
          "Year": 2008,
          "createdAt": "2020-01-27T21:46:48.606Z",
          "id": "aD8s8nV4ne",
          "updatedAt": "2020-01-27T21:46:48.606Z"
        }
      ]
    }
  }
}