UnarchiveRevenueCodePayload
ObjectAutogenerated return type of UnarchiveRevenueCode.
mutation { organization(id: $organizationId) { unarchiveRevenueCode } }
Example
mutation UnarchiveRevenueCode(
$organizationId: ID!
$input: UnarchiveRevenueCodeInput!
) {
organization(id: $organizationId) {
unarchiveRevenueCode(input: $input) {
costCode
errors
}
}
}