GraphQL reference

DeletePunchListItemInput

Input

Autogenerated input type of DeletePunchListItem

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

Example

mutation DeletePunchListItem(
  $organizationId: ID!
  $projectId: ID!
  $input: DeletePunchListItemInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deletePunchListItem(input: $input) {
        punchListItem
        errors
      }
    }
  }
}

Fields

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