OBJECT
CrewPanelPositioningMutationSection
link GraphQL Schema definition
- type CrewPanelPositioningMutationSection {
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Execution is not allowed during publishing.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # data:
- # timezoneToggle:
- # isInDraftMode:
- (
- : CrewPanelPositioningInput!,
- : TimeZoneToggle!,
- : Boolean!
- ): CrewPanelPositioning!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Execution is not allowed during publishing.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # positioningNid:
- # data:
- # timezoneToggle:
- # isInDraftMode:
- (
- : TrNid!,
- : CrewPanelPositioningInput!,
- : TimeZoneToggle!,
- : Boolean!
- ): CrewPanelPositioning!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Execution is not allowed during publishing.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # positioningNid:
- # isInDraftMode:
- (: TrNid!, : Boolean!): Boolean!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Execution is not allowed during publishing.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # crewRecordList:
- # isInDraftMode:
- (
- : [CrewPanelDeleteCrewRecord!],
- : Boolean!
- ): Boolean!
- }