GraphQL reference

DeletePunchListInput

Input

Autogenerated input type of DeletePunchList

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

Example

mutation DeletePunchList(
  $organizationId: ID!
  $projectId: ID!
  $input: DeletePunchListInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deletePunchList(input: $input) {
        punchList
        errors
      }
    }
  }
}

Fields

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