GraphQL reference

PutRevenueCodeCostCodeMembershipPayload

Object

Autogenerated return type of PutRevenueCodeCostCodeMembership.

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

Example

mutation PutRevenueCodeCostCodeMembership(
  $organizationId: ID!
  $input: PutRevenueCodeCostCodeMembershipInput!
) {
  organization(id: $organizationId) {
    putRevenueCodeCostCodeMembership(input: $input) {
        errors
      }
  }
}

Fields

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