Skip to content
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

Open
wants to merge 5 commits into
base: feat/reviews-and-ratings
Choose a base branch
from

Conversation

Guilera
Copy link
Collaborator

@Guilera Guilera commented Jan 29, 2025

⚠️ THIS PR DEPENDS ON PR#2647 ⚠️

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:

yarn dev:server

and make a query call

References

JIRA TASK: SFS-2095
API Reviews Docs

Checklist

You may erase this after checking them all 😉

PR Description

  • Adds graphQL types
  • Creates a new mutation resolver for Reviews

@Guilera Guilera requested a review from a team as a code owner January 29, 2025 19:41
@Guilera Guilera requested review from emersonlaurentino and lucasfp13 and removed request for a team January 29, 2025 19:41
Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview Jan 30, 2025 3:00pm

@Guilera Guilera requested review from eduardoformiga and lariciamota and removed request for emersonlaurentino and lucasfp13 January 29, 2025 19:41
@Guilera Guilera added the depends on Depends on another PR - Please mention the PR label Jan 29, 2025
@Guilera Guilera changed the title Feat/reviews mutation resolver feat: reviews mutation resolver Jan 29, 2025
Copy link

codesandbox-ci bot commented Jan 29, 2025

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.

Copy link
Contributor

@pedromtec pedromtec left a 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.

@Guilera Guilera mentioned this pull request Feb 6, 2025
2 tasks
@Guilera Guilera force-pushed the feat/reviews-mutation-resolver branch from b84d3f2 to f5d4227 Compare February 6, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends on Depends on another PR - Please mention the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants