UpdateCustomerGroupPayload
Autogenerated return type of UpdateCustomerGroup.
type UpdateCustomerGroupPayload {
clientMutationId: String
data: CustomerGroup
errors: [Error!]!
}
Fields
UpdateCustomerGroupPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCustomerGroupPayload.data ● CustomerGroup object
UpdateCustomerGroupPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateCustomerGroup mutation