GraphQL reference

MoveTakeoffItemToCategoryInput

Input

Autogenerated input type of MoveTakeoffItemToCategory

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

Example

mutation MoveTakeoffItemToCategory(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveTakeoffItemToCategoryInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveTakeoffItemToCategory(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime
takeoffCategoryIdID!