GraphQL reference

DeleteLienWaiverPayload

Object

Autogenerated return type of DeleteLienWaiver.

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

Example

mutation DeleteLienWaiver(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteLienWaiverInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteLienWaiver(input: $input) {
        lienWaiver
        errors
      }
    }
  }
}

Fields

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