My Reading Journey
Explore my reading journey: see what I’m reading now, what’s next, and the books I’ve finished.
My Reading Companion
It's like carrying a whole library without the backache! One digital page at a time... 😬
Powered by Literal Club
This bookshelf is brought to life using Literal Club's amazing GraphQL API. Literal Club offers a beautiful UI and robust API for book lovers and developers alike.
Try Literal Club
query booksByReadingStateAndProfile(
$limit: Int!
$offset: Int!
$readingStatus: ReadingStatus!
$profileId: String!
) {
booksByReadingStateAndProfile(
limit: $limit
offset: $offset
readingStatus: $readingStatus
profileId: $profileId
) {
...BookParts
}
}