As mention in #3, here we will discuss the client-side integration of the GraphQL backend. A suggestion from my side: What do you say about using [react-query](https://github.com/tannerlinsley/react-query) to seperate calls to the backend and usage in the frontend? EDIT: I made a POC [here](https://github.com/iamstiil/bookoid/tree/feature/poc-react-query)