jocoso / Book-Club

A website for books enthusiast
https://book-club-8svz.onrender.com
0 stars 0 forks source link

Create Types #52

Closed jocoso closed 1 month ago

jocoso commented 1 month ago

User

A User represents a person who interacts with the system. Each user has a unique ID, username, and password, and they may also have reviews and friends.

Fields:

Book

A Book represents a book in the system. Each book has an ID and can contain comments and a Blob value.

Fields:


Inputs

CommentInput

A CommentInput is used when adding or modifying a comment on a book or post.

Fields:


PostInput

A PostInput is used when creating or modifying a post within a club.

Fields:


Club

A Club represents a group of users with shared interests. Each club has a unique ID, a name, and a description. Clubs may have members and posts.

Fields:

jocoso commented 1 month ago

Completed by @AhmedGarcia