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
  • setReportingTime(reportingTimeList: [ReportingTimeInput!]!): FlightCrewMutationSetReportingTimeOutput!
  • }