GraphQL reference

MoveMarkupInput

Input

Autogenerated input type of MoveMarkup

mutation { organization(id: $organizationId) { project(id: $projectId) { moveMarkup } } }

Example

mutation MoveMarkup(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveMarkupInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveMarkup(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
destinationTopicIdID!
mutationMetadataJSON
projectIdID!
shapeIds[String!]!