Alokai

CustomerQueryInterface

Fields to access customer accounts. Includes direct access to a single customer and searching for customers.

type CustomerQueryInterface = {
  customer?: Maybe<Customer>;
  customers: CustomerQueryResult;
};

Referenced Types

On this page