Skip to content

LaureanG/GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

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

GraphQL

About

Projects related to GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages