OBJECT
CrewPanelCrewMutationSection
link GraphQL Schema definition
- type CrewPanelCrewMutationSection {
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # crewRecordList: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- CrewPanelAssignCrewRecord!]!, : [
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # List cannot be empty.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNidList: [Not documented]
- # crewSwapRecordList: [Not documented]
- # draftToggle: [Not documented]
- (
- TrNid!]!, : [
- CrewSwapRecordInput!]!, : [
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # Requires access to resource GRAPHQL_FLIGHT_EDIT.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # crewRecordList:
- # isInDraftsMode:
- (
- CrewPanelRemoveCrewRecord!], : [
- Boolean! :
- ): Boolean!
- }