GraphQL reference

ArchivePunchListInput

Input

Autogenerated input type of ArchivePunchList

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

Example

mutation ArchivePunchList(
  $organizationId: ID!
  $projectId: ID!
  $input: ArchivePunchListInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      archivePunchList(input: $input) {
        punchList
        errors
      }
    }
  }
}

Fields

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