GraphQL reference

UpdatePunchListItemOverviewInput

Input

Autogenerated input type of UpdatePunchListItemOverview

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

Example

mutation UpdatePunchListItemOverview(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdatePunchListItemOverviewInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updatePunchListItemOverview(input: $input) {
        punchListItem
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
approverUserIdID
assigneeUserIdID
clientMutationIdStringA unique identifier for the client performing the mutation.
dueOnString
idID!
locationIdID
mutationMetadataJSON
nowISO8601DateTime
numberInt
parentItemIdID
punchListIdID
startOnString
subscribers[SubmittalSubscriberInput!]
tradeIdID