Alokai

CustomerOutput

Contains details about a newly-created or updated customer.

type CustomerOutput = {
  __typename?: 'CustomerOutput'; /** Customer details after creating or updating a customer. */
  customer: Customer;
};

Referenced Types

On this page