Skip to main content

CreateCustomerGroupPayload

Autogenerated return type of CreateCustomerGroup.

type CreateCustomerGroupPayload {
clientMutationId: String
data: CustomerGroup
errors: [Error!]!
}

Fields

CreateCustomerGroupPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateCustomerGroupPayload.data ● CustomerGroup object

CreateCustomerGroupPayload.errors ● [Error!]! non-null object

List of errors

Returned By

createCustomerGroup mutation