LoginCustomerGqlParameters
Parameters to login customer via a GraphQl mutation.
type LoginCustomerGqlParameters = {
variables: AuthCustomerParams;
};Parameters to login customer via a GraphQl mutation.
type LoginCustomerGqlParameters = {
variables: AuthCustomerParams;
};