CustomerOutput
Contains details about a newly-created or updated customer.
type CustomerOutput = {
__typename?: 'CustomerOutput'; /** Customer details after creating or updating a customer. */
customer: Customer;
};Contains details about a newly-created or updated customer.
type CustomerOutput = {
__typename?: 'CustomerOutput'; /** Customer details after creating or updating a customer. */
customer: Customer;
};