OBJECT

AirportDate

link GraphQL Schema definition

  • type AirportDate {
  • # Requires access to resource GRAPHQL_AIRPORT
  • airport: Airport
  • date: DateTime!
  • }