CustomerQueryInterface
Fields to access customer accounts. Includes direct access to a single customer and searching for customers.
type CustomerQueryInterface = {
customer?: Maybe<Customer>;
customers: CustomerQueryResult;
};Fields to access customer accounts. Includes direct access to a single customer and searching for customers.
type CustomerQueryInterface = {
customer?: Maybe<Customer>;
customers: CustomerQueryResult;
};