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

3610
3168
3610
3168
  • 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_Pontiacs

This GraphQL query fetches All Car_Model_List_Pontiacs


0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Pontiacs {
      car_Model_List_Pontiacs (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Pontiacs": {
      "results": [
        {
          "ACL": null,
          "Category": "Sedan, Coupe, Convertible",
          "Make": "Pontiac",
          "Model": "G6",
          "Year": 2008,
          "createdAt": "2020-01-27T22:06:27.221Z",
          "id": "9lsEBPEB36",
          "updatedAt": "2020-01-27T22:06:27.221Z"
        },
        {
          "ACL": null,
          "Category": "Hatchback",
          "Make": "Pontiac",
          "Model": "G3",
          "Year": 2010,
          "createdAt": "2020-01-27T22:06:27.221Z",
          "id": "2CrqTLXckA",
          "updatedAt": "2020-01-27T22:06:27.221Z"
        },
        {
          "ACL": null,
          "Category": "Coupe, Sedan, Convertible",
          "Make": "Pontiac",
          "Model": "G6 (2009.5)",
          "Year": 2009,
          "createdAt": "2020-01-27T22:06:27.221Z",
          "id": "wduwH8cRTU",
          "updatedAt": "2020-01-27T22:06:27.221Z"
        }
      ]
    }
  }
}