All Posts

Generate Nodejs Typescript client to access Graphql API

While working with Graphql in microservice environment it’s a common use case to access the graphql endpoints from a nodejs service. In this blog we’ll look at how to do this in a typesafe manner leveraging whole benefits of using graphql with typescript.