CreateCustomerGroupOutput
No description
type CreateCustomerGroupOutput {
customerGroup: CustomerGroup
error: MutationError
}
Fields
CreateCustomerGroupOutput.customerGroup
● CustomerGroup
object
CreateCustomerGroupOutput.error
● MutationError
object
Returned by
createCustomerGroup
mutation