GraphQL reference

TakeoffItemUpdateNameInput

Input

Autogenerated input 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.
idID!
mutationMetadataJSON
nowISO8601DateTime
titleString!