ArchiveRevenueCodePayload
ObjectAutogenerated return type of ArchiveRevenueCode.
mutation { organization(id: $organizationId) { archiveRevenueCode } }
Example
mutation ArchiveRevenueCode(
$organizationId: ID!
$input: ArchiveRevenueCodeInput!
) {
organization(id: $organizationId) {
archiveRevenueCode(input: $input) {
costCode
errors
}
}
}