jocoso / Book-Club

A website for books enthusiast
0 stars 0 forks source link

Set Up GraphQL API & Resolvers #11

Closed sickcurse closed 15 hours ago

sickcurse commented 2 days ago

Description: Build a GraphQL API to handle operations related to books, book clubs, users, reviews, and discussions. Define the schema and resolvers for the queries and mutations. Tasks: Create a GraphQL schema for books, clubs, users, reviews, and discussions. Implement resolvers for queries and mutations.

AhmedGarcia commented 15 hours ago

completed