FlightCrewMutation (Object)
type FlightCrewMutation {
clear(
flightNidList: [FlightNid!]!
): Boolean!
setReportingTime(
reportingTimeList: [ReportingTimeInput!]!
timezoneType: FTLTimezoneType
): FlightCrewMutationSetReportingTimeOutput!
}
Fields
FlightCrewMutation.clear ● Boolean! non-null scalar
Requires access to resource GRAPHQL_FLIGHT_EDIT
FlightCrewMutation.clear.flightNidList ● [FlightNid!]! non-null scalar
FlightCrewMutation.setReportingTime ● FlightCrewMutationSetReportingTimeOutput! non-null union
Requires access to resource GRAPHQL_FTL_EDIT
FlightCrewMutation.setReportingTime.reportingTimeList ● [ReportingTimeInput!]! non-null input
Possible violation list: IS_NOT_SOME_ERROR,REPORTING_ON_TIME_EDIT_AFTER_START_ERROR
FlightCrewMutation.setReportingTime.timezoneType ● FTLTimezoneType enum
Member Of
FlightMutationQuery object