GraphQL reference

TakeoffItemUpdateNamePayload

Object

Autogenerated return type of TakeoffItemUpdateName.

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

Example

mutation TakeoffItemUpdateName(
  $organizationId: ID!
  $projectId: ID!
  $input: TakeoffItemUpdateNameInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      takeoffItemUpdateName(input: $input) {
        errors
      }
    }
  }
}

Fields

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