Closed AhmedGarcia closed 1 month ago
Define a Review schema with fields: reviewText, rating, username, bookId, and createdAt.
Include references to bookId and username.
Export the model for use in GraphQL resolvers.
Acceptance Criteria:
Review schema is defined with appropriate fields and relationships.
completed
Define a Review schema with fields: reviewText, rating, username, bookId, and createdAt.
Include references to bookId and username.
Export the model for use in GraphQL resolvers.
Acceptance Criteria:
Review schema is defined with appropriate fields and relationships.