Alokai

LoginCustomerGqlParameters

Parameters to login customer via a GraphQl mutation.

type LoginCustomerGqlParameters = {
  variables: AuthCustomerParams;
};

Referenced Types

On this page