OBJECT

FlightCrewMutation

link GraphQL Schema definition

  • type FlightCrewMutation {
  • # Requires access to resource GRAPHQL_FLIGHT_EDIT
  • #
  • # Arguments
  • # flightNidList:
  • clear(flightNidList: [FlightNid!]!): Boolean!
  • # Requires access to resource GRAPHQL_FTL_EDIT
  • #
  • # Arguments
  • # reportingTimeList:
  • # Possible violation list:
  • # IS_NOT_SOME_ERROR,REPORTING_ON_TIME_EDIT_AFTER_START_ERROR
  • # timezoneType:
  • setReportingTime(
  • reportingTimeList: [ReportingTimeInput!]!,
  • timezoneType: FTLTimezoneType
  • ): FlightCrewMutationSetReportingTimeOutput!
  • }