INPUT_OBJECT

JourneyLogPilotMonitoringInput

Pilot monitoring take off/landing

link GraphQL Schema definition

  • input JourneyLogPilotMonitoringInput {
  • # Pilot monitoring take off
  • pilotMonitoringTakeOff: CrewMemberNid
  • # Pilot monitoring landing
  • pilotMonitoringLanding: CrewMemberNid
  • # Delete pilot monitoring (take off and landing)
  • delete: Boolean
  • }