Shopify-api-node icon indicating copy to clipboard operation
Shopify-api-node copied to clipboard

customerRecover

Open Bek81 opened this issue 2 years ago • 0 comments

Hi,

we have a big problem using mutation customerRecover; can someone help us, writing a practical example? We tried several ways including this const query = 'mutation customerRecover($email: String!) { customerRecover(email: $email) { customerUserErrors { code field message } } }'; const variables = { "email": '[email protected]' } shopify .graphql(query, variables) ... ...

but there are always errors like "Field 'customerRecover' doesn't exist on type 'Mutation'" or "Variable $email is declared by customerRecover but not used".

Thanks a lot.

Benedetto

Bek81 avatar Oct 26 '23 08:10 Bek81