To see the Banana Cake Pop UI (when using HotChcolate) go to link below with browser or use Insomnia app https://localhost:7021/graphql/
To see the documentation in GraphQL Voyager (similar to Swagger), go to: https://localhost:7021/graphql-voyager
For subscriptions we need to add web sockets to our application. Subscriptions are real time event notification. Web socket is a fully duplex connection that is persistent (for the duration of the session), not stateless as an http request. Usefull for real time apps, chats, etc. Insomnia does not allow us to create socket connections, only Banana Cake Pop does that, so use it for testing!
TODO Update and Delete Mutations Add descriptions to the rest of the entities Research on: Relay specification, Data Loader pattern (n+1 pattern)
Reference video https://www.youtube.com/watch?v=HuN94qNwQmM