Error: Field 'password' doesn't exist on type 'Customer'

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.

here: https://community.shopify.com/topic/1493467

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.

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