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