GraphQL reference

SetOrganizationArrCentsPayload

Object

Autogenerated return type of SetOrganizationArrCents.

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

Example

mutation SetOrganizationArrCents(
  $organizationId: ID!
  $input: SetOrganizationArrCentsInput!
) {
  organization(id: $organizationId) {
    setOrganizationArrCents(input: $input) {
        errors
      }
  }
}

Fields

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