OBJECT
CrewPanelFlightTrainingMutation
link GraphQL Schema definition
- type CrewPanelFlightTrainingMutation {
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # data: [Not documented]
- # draftToggle: [Not documented]
- (: FlightTrainingCreateInput!, : Boolean!): NonNullBooleanValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # id: [Not documented]
- # data: [Not documented]
- # draftToggle: [Not documented]
- (
- : FlightTrainingIdInput!,
- : FlightTrainingUpdateInput!,
- : Boolean!
- ): NonNullBooleanValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # id: [Not documented]
- # draftToggle: [Not documented]
- (: FlightTrainingIdInput!, : Boolean!): NonNullBooleanValue
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # idList: [Not documented]
- # data: [Not documented]
- # draftToggle: [Not documented]
- (
- : [FlightTrainingIdInput!]!,
- : FlightTrainingUpdateInput!,
- : Boolean!
- ): NonNullBooleanValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # idList: [Not documented]
- # data: [Not documented]
- # draftToggle: [Not documented]
- (
- : [FlightTrainingIdInput!]!,
- : FlightTrainingUpdateInput!,
- : Boolean!
- ): NonNullBooleanValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # idList: [Not documented]
- # draftToggle: [Not documented]
- (: [FlightTrainingIdInput!]!, : Boolean!): NonNullBooleanValueOrErrorList!
- }