import { ShopifyCustomerRecoverPayload } from '@daffodil/driver/shopify'
Return type for customerRecover mutation.
interface ShopifyCustomerRecoverPayload {
__typename: "CustomerRecoverPayload"
customerUserErrors: ShopifyCustomerUserError[]
userErrors: ShopifyUserError[]
}
__typename "CustomerRecoverPayload" |
|---|
customerUserErrors ShopifyCustomerUserError[] |
|---|
The list of errors that occurred from executing the mutation. |
userErrors ShopifyUserError[] |
|---|
The list of errors that occurred from executing the mutation. |