Skip to main content

CrewPanelSimulatorType (Object)

type CrewPanelSimulatorType implements CrewPanelActivityInterface {
startAirport: Airport!
endAirport: Airport!
startTime: DateTime!
endTime: DateTime!
crew: [CrewMember!]!
hasDraft: Boolean!
aoc: AocWithSource
}

Fields

CrewPanelSimulatorType.startAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

CrewPanelSimulatorType.endAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

CrewPanelSimulatorType.startTime ● DateTime! non-null scalar

CrewPanelSimulatorType.endTime ● DateTime! non-null scalar

CrewPanelSimulatorType.crew ● [CrewMember!]! non-null object

Requires access to resource GRAPHQL_CREW_MEMBER

CrewPanelSimulatorType.hasDraft ● Boolean! non-null scalar

CrewPanelSimulatorType.aoc ● AocWithSource object

Interfaces

CrewPanelActivityInterface interface

Common interface for different activity types.