Developing GraphQL API with Netflix DGS Framework(Part-IV)

This is the fourth post of the series. For the first three posts of this series you can follow the given links part-I, part-II, part-III In this post, I will explain about the Named queries and how to do File uploading in GraphQL using Netflix DGS Framework Named Queries and Parameter placeholders In our previous…

Developing GraphQL API with Netflix DGS Framework(Part-III)

This is the third post of the series. In this blog post I will explain how to develop GraphQL subscriptions API in using Netflix DGS framework. In addition to queries and mutations, GraphQL supports a third operation type: subscriptions. GraphQL Subscriptions Like queries, subscriptions enable us to fetch data. Unlike queries, subscriptions are long-lasting operations that can change their…

Browse GitHub repo in VS Code web editor with single key press

Now you can open GitHub repo in VS Code web editor by pressing . key on your keyboard. You don’t need to install any browser extensions for this feature to work You can also achieve the same result by changing the repo url from github.com/xxx/sample-repo.git to github.dev/xxx/sample-repo.git With the help of Visual Studio Code web…