GraphQL reference

TakeoffSetUpdateNameInput

Input

Autogenerated input type of TakeoffSetUpdateName

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

Example

mutation TakeoffSetUpdateName(
  $organizationId: ID!
  $projectId: ID!
  $input: TakeoffSetUpdateNameInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      takeoffSetUpdateName(input: $input) {
        errors
      }
    }
  }
}

Fields

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