I want to add profile pictures for customers. Is there any mutation query to add profile picture for customers?
And I also want customer to change their password on their account. I only see a reset password option but no change password mutation in the sdk. Any help with these issues would be great.
Thanks for getting in touch! I had a check into this and it seems that an image cannot be set as part of a customer mutation in GraphQL.
With regards to password updates for Mobile Buy SDK, you might like to check out our Storefront API docs for Customer Accounts here, and the customerResetByUrl mutation, which takes an argument of a new password as part of the reset password process here. Hope that helps!