INPUT_OBJECT

PilotFlyingInput

Pilot take off/landing

link GraphQL Schema definition

  • input PilotFlyingInput {
  • # Pilot take off
  • pilotTakeOff: CrewMemberNid
  • # Pilot landing
  • pilotLanding: CrewMemberNid
  • # Delete pilot flying (take off and landing)
  • delete: Boolean
  • }