GraphQL reference

RenamePunchListItemPayload

Object

Autogenerated return type of RenamePunchListItem.

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

Example

mutation RenamePunchListItem(
  $organizationId: ID!
  $projectId: ID!
  $input: RenamePunchListItemInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      renamePunchListItem(input: $input) {
        punchListItem
        errors
      }
    }
  }
}

Fields

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