GraphQL reference

CreateAndSendLienWaiverInput

Input

Autogenerated input type of CreateAndSendLienWaiver

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

Example

mutation CreateAndSendLienWaiver(
  $organizationId: ID!
  $projectId: ID!
  $input: CreateAndSendLienWaiverInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createAndSendLienWaiver(input: $input) {
        lienWaiver
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
billingTypeString!
clientMutationIdStringA unique identifier for the client performing the mutation.
copyRecipientUserIds[ID!]
createdAtISO8601DateTime!
idID!
invoiceSubmissionIdID!
mutationMetadataJSON
pdfSignedIdString!
signerUserIdID!
waiverTypeString!