GraphQL reference

ArchiveRevenueCodePayload

Object

Autogenerated return type of ArchiveRevenueCode.

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

Example

mutation ArchiveRevenueCode(
  $organizationId: ID!
  $input: ArchiveRevenueCodeInput!
) {
  organization(id: $organizationId) {
    archiveRevenueCode(input: $input) {
        costCode
        errors
      }
  }
}

Fields

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