INPUT_OBJECT
PilotFlyingInput
Pilot take off/landing
link GraphQL Schema definition
- input PilotFlyingInput {
- # Pilot take off
- : CrewMemberNid
- # Pilot landing
- : CrewMemberNid
- # Delete pilot flying (take off and landing)
- : Boolean
- }
INPUT_OBJECT
Pilot take off/landing
- input PilotFlyingInput {
- # Pilot take off
- : CrewMemberNid
- # Pilot landing
- : CrewMemberNid
- # Delete pilot flying (take off and landing)
- : Boolean
- }