The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. Aircraft Models, Makers, and Countries
Public

140
112
140
112
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All ListOfAircraftModels

This GraphQL query fetches All ListOfAircraftModels


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
query allListOfAircraftModels {
      listOfAircraftModels (skip: 0, limit: 3) {
        results {
          ACL
          Aircraft_Manufacturer {
            id
          }
          IATACode
          ICAOCode
          Manufacturer
          Model
          Type
          WingType
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "listOfAircraftModels": {
      "results": [
        {
          "ACL": null,
          "Aircraft_Manufacturer": {
            "id": "3U16JN6hEf"
          },
          "IATACode": "351",
          "ICAOCode": "A35K",
          "Manufacturer": "Airbus",
          "Model": "Airbus A350-1000",
          "Type": "Airplane",
          "WingType": "Fixed Wing",
          "createdAt": "2020-01-28T22:36:37.731Z",
          "id": "KKQogNDTkt",
          "updatedAt": "2020-01-29T01:18:19.191Z"
        },
        {
          "ACL": null,
          "Aircraft_Manufacturer": {
            "id": "28oWZ0CudV"
          },
          "IATACode": "A4F",
          "ICAOCode": "A124",
          "Manufacturer": "Antonov",
          "Model": "Antonov AN-124 Ruslan",
          "Type": "Airplane",
          "WingType": "Fixed Wing",
          "createdAt": "2020-01-28T22:36:37.731Z",
          "id": "DzAJRumklj",
          "updatedAt": "2020-01-29T01:19:31.646Z"
        },
        {
          "ACL": null,
          "Aircraft_Manufacturer": {
            "id": "3U16JN6hEf"
          },
          "IATACode": "339",
          "ICAOCode": "A339",
          "Manufacturer": "Airbus",
          "Model": "Airbus A330-900neo",
          "Type": "Airplane",
          "WingType": "Fixed Wing",
          "createdAt": "2020-01-28T22:36:37.731Z",
          "id": "6j8sk9NKZG",
          "updatedAt": "2020-01-29T01:18:20.212Z"
        }
      ]
    }
  }
}