GraphQL reference

MoveTakeoffItemDownInput

Input

Autogenerated input type of MoveTakeoffItemDown

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

Example

mutation MoveTakeoffItemDown(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveTakeoffItemDownInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveTakeoffItemDown(input: $input) {
        errors
      }
    }
  }
}

Fields

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