GraphQL reference

ArchiveCostCodePayload

Object

Autogenerated return type of ArchiveCostCode.

mutation { organization(id: $organizationId) { archiveCostCode } }

Example

mutation ArchiveCostCode(
  $organizationId: ID!
  $input: ArchiveCostCodeInput!
) {
  organization(id: $organizationId) {
    archiveCostCode(input: $input) {
        costCode
        errors
      }
  }
}

Fields

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