GraphQL reference

TakeoffSetDeletePayload

Object

Autogenerated return type of TakeoffSetDelete.

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

Example

mutation TakeoffSetDelete(
  $organizationId: ID!
  $projectId: ID!
  $input: TakeoffSetDeleteInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      takeoffSetDelete(input: $input) {
        errors
      }
    }
  }
}

Fields

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