vtex-apps / store-graphql

GraphQL schema and resolvers for the VTEX Commerce Stores API
78 stars 45 forks source link

Writing newsletter option to the correct place #602

Closed andreaugusto closed 2 years ago

andreaugusto commented 2 years ago

What problem is this solving?

This PR writes the newsletter option in the correct place

How to test it?

Use this Workspace and toggle your newsletter preference. It will be saving in your purchase info in the new Profile System. Link for the Profile System query if you don't belive me in link 1 (you got to find out your user id in it to get it. See link 2. More trouble then it's worth it, I know...)

Link 1: Fetching purchase info -> GET https://portal.vtexcommercestable.com.br/api/storage/profile-system/profiles//purchase-info?an=qastoreeu Link 2: Fetching your user profile -> GET https://portal.vtexcommercestable.com.br/api/storage/profile-system/profiles//?an=qastoreeu&alternativeKey=email

vtex-io-ci-cd[bot] commented 2 years ago

Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖

Please select which version do you want to release:

And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.

vtex-io-docs-bot[bot] commented 2 years ago

Beep boop :robot:

I noticed you didn't make any changes at the docs/ folder

In order to keep track, I'll create an issue if you decide now is not a good time

arthurepc commented 2 years ago

Don't forget to add a changelog entry 👁️‍🗨️

vtex-io-docs-bot[bot] commented 2 years ago

Beep boop :robot: That's ok, I created an issue for this so we don't forget

vtex-io-ci-cd[bot] commented 2 years ago

Your PR has been merged! App is being published. :rocket: Version 2.151.0 → 2.152.0

After the publishing process has been completed (check #vtex-io-releases) and doing A/B tests with the new version, you can deploy your release by running:

vtex deploy vtex.store-graphql@2.152.0

After that your app will be updated on all accounts.

For more information on the deployment process check the docs. :book: