You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: