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]
  • create(positioning: 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]
  • update(positioningNid: Int!, positioning: PositioningUpdate!): Positioning!
  • # Requires access to resource GRAPHQL_POSITIONING_EDIT.
  • # Requires access to given positioning
  • #
  • # Arguments
  • # positioningNid: Positioning numeric identifier
  • remove(positioningNid: PositioningNid!): Boolean!
  • }