CrewLocations (Object)
Represents crew member location on a specific day
type CrewLocations {
loginNid: Int!
day: Date!
location: Airport
}
Fields
CrewLocations.loginNid ● Int! non-null scalar
CrewLocations.day ● Date! non-null scalar
CrewLocations.location ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Member Of
CrewPanelCrewQuerySection object