OBJECT
CrewPanelActivities
Represents fields available for retrieving Crew Panel activities
link GraphQL Schema definition
- type CrewPanelActivities {
- # Requires access to resource GRAPHQL_DUTY_SEE
- : [CrewPanelDuty!]!
- # Requires access to resource GRAPHQL_FLIGHT
- : [CrewPanelFlight!]!
- # Requires access to resource GRAPHQL_SIMULATOR_SEE
- : [CrewPanelSimulator!]!
- # Requires access to resource GRAPHQL_POSITIONING_SEE
- : [CrewPanelPositioning!]!
- # Requires access to resource GRAPHQL_CREW_PANEL
- : [CrewPanelDraftDay!]!
- # Requires access to resource GRAPHQL_CREW_PANEL
- : [CrewPanelDayConfirmationStatus!]!
- # Requires access to resource GRAPHQL_HOTEL_SEE
- : [CrewPanelHotelReservation!]!
- # Requires access to resource GRAPHQL_FLIGHT
- : [CrewPanelMidnightPass!]!
- }