GraphQL reference

MoveTakeoffCategoryDownPayload

Object

Autogenerated return type of MoveTakeoffCategoryDown.

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

Example

mutation MoveTakeoffCategoryDown(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveTakeoffCategoryDownInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveTakeoffCategoryDown(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!