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

3602
3163
3602
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_Chevrolets

This GraphQL query fetches All Car_Model_List_Chevrolets


0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Chevrolets {
      car_Model_List_Chevrolets (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Chevrolets": {
      "results": [
        {
          "ACL": null,
          "Category": "Pickup",
          "Make": "Chevrolet",
          "Model": "Colorado Crew Cab",
          "Year": 2020,
          "createdAt": "2020-01-27T21:09:34.581Z",
          "id": "zdgjKlqHxs",
          "updatedAt": "2020-01-27T21:09:34.581Z"
        },
        {
          "ACL": null,
          "Category": "Pickup",
          "Make": "Chevrolet",
          "Model": "Silverado 3500 HD Crew Cab",
          "Year": 2020,
          "createdAt": "2020-01-27T21:09:34.581Z",
          "id": "ldlKjZy3Az",
          "updatedAt": "2020-01-27T21:09:34.581Z"
        },
        {
          "ACL": null,
          "Category": "Hatchback",
          "Make": "Chevrolet",
          "Model": "Bolt EV",
          "Year": 2019,
          "createdAt": "2020-01-27T21:09:34.583Z",
          "id": "6VXYKSA1cN",
          "updatedAt": "2020-01-27T21:09:34.583Z"
        }
      ]
    }
  }
}