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

3631
3191
3631
3191
  • 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_Hyundais

This GraphQL query fetches All Car_Model_List_Hyundais


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
query allCar_Model_List_Hyundais {
      car_Model_List_Hyundais (skip: 0, limit: 3) {
        results {
          ACL
          Category
          Make
          Model
          Year
          createdAt
          field5
          field6
          field7
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "car_Model_List_Hyundais": {
      "results": [
        {
          "ACL": null,
          "Category": "Hatchback",
          "Make": "Hyundai",
          "Model": "Ioniq Plug-in Hybrid",
          "Year": 2020,
          "createdAt": "2020-01-27T21:32:32.760Z",
          "field5": null,
          "field6": null,
          "field7": null,
          "id": "6QydypW36V",
          "updatedAt": "2020-01-27T21:32:32.760Z"
        },
        {
          "ACL": null,
          "Category": "SUV",
          "Make": "Hyundai",
          "Model": "Kona",
          "Year": 2020,
          "createdAt": "2020-01-27T21:32:32.760Z",
          "field5": null,
          "field6": null,
          "field7": null,
          "id": "EGGXKACo3i",
          "updatedAt": "2020-01-27T21:32:32.760Z"
        },
        {
          "ACL": null,
          "Category": "SUV",
          "Make": "Hyundai",
          "Model": "Venue",
          "Year": 2020,
          "createdAt": "2020-01-27T21:32:32.760Z",
          "field5": null,
          "field6": null,
          "field7": null,
          "id": "Y3GJ8K4M4S",
          "updatedAt": "2020-01-27T21:32:32.760Z"
        }
      ]
    }
  }
}