OBJECT

CrewLocations

Represents crew member location on a specific day

link GraphQL Schema definition

  • type CrewLocations {
  • loginNid: Int!
  • day: Date!
  • # Requires access to resource GRAPHQL_AIRPORT
  • location: Airport
  • }