Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I apologize if reposting a problem here is violating any rule.
I posted something of concern to me but I felt the title is a bit misleading.
I am trying to run a mutation according to the customerCreate documentation here: https://shopify.dev/api/storefront/2022-01/mutations/customerCreate . However, I keep getting the error... Error: Field 'password' doesn't exist on type 'Customer'
I am using the storefront API. My client configurations all seem to be working fine with other mutations like the cartCreate mutation.
Any help/ pointer will be greatly appreciated.
error on shopify admin graphql mutation on storefront API
Yes, I am also getting same error with storefront API (2022-7), trying to create user but getting the same error on customer object that PASSWORD does not exist.
Please help