GraphQL reference

SetOrganizationRevenueCodesEnabledInput

Input

Autogenerated input type of SetOrganizationRevenueCodesEnabled

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

Example

mutation SetOrganizationRevenueCodesEnabled(
  $organizationId: ID!
  $input: SetOrganizationRevenueCodesEnabledInput!
) {
  organization(id: $organizationId) {
    setOrganizationRevenueCodesEnabled(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
organizationIdID!
revenueCodesEnabledBoolean!