Mock GraphQL API using json-graphql-server
In the previous blog posts, I have covered how we can develop GraphQL API using Netflix DGS framework. If the GraphQl API is used by any front end application or any other GraphQL client, the developer has to wait for the complete API to implement. One way to overcome the problem is to mock the…