OBJECT
PositioningMutation
Represents fields available for mutating of positioning
link GraphQL Schema definition
- type PositioningMutation {
- # Requires access to resource GRAPHQL_POSITIONING_EDIT
- #
- # Arguments
- # positioning: [Not documented]
- (: PositioningCreate!): NonNullPositioningValueOrErrorList!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- #
- # Arguments
- # positioningNid: Positioning numeric identifier
- # positioning: [Not documented]
- (: Int!, : PositioningUpdate!): Positioning!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT.
- # Requires access to given positioning
- #
- # Arguments
- # positioningNid: Positioning numeric identifier
- (: PositioningNid!): Boolean!
- # Arguments
- # pnr:
- # Possible violation list: IS_NOT_PNR_ERROR
- (: PnrOptionScalar!): RemoveByPnrOutput!
- # Requires access to resource GRAPHQL_POSITIONING_EDIT
- #
- # Arguments
- # positioningNid:
- # checklistItemList:
- (
- : PositioningNid!,
- : [ChecklistItemInput!]!
- ): Boolean!
- }