jocoso / Book-Club

A website for books enthusiast
0 stars 0 forks source link

Create Book Model #21

Closed AhmedGarcia closed 1 day ago

AhmedGarcia commented 1 day ago

Define a Book schema with fields: title, author, description, image and reviews.

Include references to reviews using ObjectIds.

Export the model for use in GraphQL resolvers.

Acceptance Criteria:

Book schema is defined with appropriate fields and relationships.

AhmedGarcia commented 1 day ago

task completed