This GraphQL query fetches All Car_Model_List_Daihatsus
0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allCar_Model_List_Daihatsus { car_Model_List_Daihatsus (skip: 0, limit: 3) { results { ACL Category Make Model Year createdAt id updatedAt } } }
{ "data": { "car_Model_List_Daihatsus": { "results": [ { "ACL": null, "Category": "Sedan, Hatchback", "Make": "Daihatsu", "Model": "Charade", "Year": 1992, "createdAt": "2020-01-27T21:13:12.415Z", "id": "laFPXS6L7p", "updatedAt": "2020-01-27T21:13:12.415Z" }, { "ACL": null, "Category": "SUV", "Make": "Daihatsu", "Model": "Rocky", "Year": 1992, "createdAt": "2020-01-27T21:13:12.415Z", "id": "1A12us4Er1", "updatedAt": "2020-01-27T21:13:12.415Z" } ] } } }