GraphQL reference

TakeoffItemEditInput

Input

Autogenerated input type of TakeoffItemEdit

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

Example

mutation TakeoffItemEdit(
  $organizationId: ID!
  $projectId: ID!
  $input: TakeoffItemEditInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      takeoffItemEdit(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
areaUnitString
clientMutationIdStringA unique identifier for the client performing the mutation.
colorString!
idID!
mutationMetadataJSON
nameString!
nowISO8601DateTime
unitCostCentsBigInt
unitCostCurrencyString
unitMultiplierFloat