GraphQL reference

UnarchivePunchListPayload

Object

Autogenerated return type of UnarchivePunchList.

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

Example

mutation UnarchivePunchList(
  $organizationId: ID!
  $projectId: ID!
  $input: UnarchivePunchListInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      unarchivePunchList(input: $input) {
        punchList
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
punchListPunchList