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

3615
3176
3615
3176
  • 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_Saabs

This GraphQL query fetches All Car_Model_List_Saabs


0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Saabs {
      car_Model_List_Saabs (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Saabs": {
      "results": [
        {
          "ACL": null,
          "Category": "SUV",
          "Make": "Saab",
          "Model": "9-7X",
          "Year": 2007,
          "createdAt": "2020-01-27T22:12:10.968Z",
          "id": "Fqmvj3lanL",
          "updatedAt": "2020-01-27T22:12:10.968Z"
        },
        {
          "ACL": null,
          "Category": "Wagon, Convertible, Sedan",
          "Make": "Saab",
          "Model": "3-Sep",
          "Year": 2010,
          "createdAt": "2020-01-27T22:12:10.968Z",
          "id": "KFjQpouxuo",
          "updatedAt": "2020-01-27T22:12:10.968Z"
        },
        {
          "ACL": null,
          "Category": "Sedan, Convertible, Wagon",
          "Make": "Saab",
          "Model": "3-Sep",
          "Year": 2008,
          "createdAt": "2020-01-27T22:12:10.968Z",
          "id": "fRAOWLdqww",
          "updatedAt": "2020-01-27T22:12:10.968Z"
        }
      ]
    }
  }
}