Pawel Cebula
Pawel Cebula
Good idea, thanks for making the suggestions. Can you explain the rationale for `Book.author` accepting both `string` and `number` as a type? Is that because we will want to store...
@TejasQ I've finally managed to catch up on GraphQL and Hasura basics and would be keen to work on the schema. I've tried accessing the GraphQL Playground on Hasura that...
@TejasQ In the meantime I've set up another project on Hasura and implemented a schema, using yours as a starting point (I can later transfer the agreed changes in the...
@TejasQ Thanks for the quick feedback! I've implemented the following changes as per your recommendations: ### `book_author(book_id, author_id)` - a new bridge table for many-to-many relationship between `books` and `authors`...
Thanks! In the next couple of days, I'll get more familiar with the existing React/TS code base and read up on the potential options for GraphQL client-side integration and share...
Sure, makes sense!
@TejasQ @iamstiil Thanks for spotting this. I had a look and unfortunately couldn't find the issue so far. I assumed it might be due to automated DATABASE_URL maintenance on Heroku,...
@petercr You can find more info on the Hasura backend and schema in #8. So far we have a `user(id, username, email, role)` table, where `role` is an enum field...
@petercr Have you been able to make some progress on authentication?
I've only now seen your post @TejasQ to stick with @iamstiil's version as a starting point. Therefore, I took a stab earlier today at the list view for desktop (made...