-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: reviews mutation resolver #2650
base: feat/reviews-and-ratings
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e1289c3
to
b84d3f2
Compare
packages/api/src/platforms/vtex/resolvers/createProductReview.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to add some adjusts in the PR that this depends on. And do a rebase.
b84d3f2
to
f5d4227
Compare
What's the purpose of this pull request?
To add a reviews mutation resolver on graphQL for allowing a new review to be created
How it works?
It defines a few new types and adds a new mutation resolver called:
createProductReview
How to test it?
run the api graphql server locally with the following command:
and make a query call
References
JIRA TASK: SFS-2095
API Reviews Docs
Checklist
You may erase this after checking them all 😉
PR Description
Reviews