GitHub

CustomerRecoverPayload

import { CustomerRecoverPayload } from '@daffodil/driver/shopify'

Return type for customerRecover mutation.

type CustomerRecoverPayload = {
    __typename?: 'CustomerRecoverPayload';
    customerUserErrors: Array<CustomerUserError>;
    userErrors: Array<UserError>;
}