Do more with Dgraph Lambda Dgraph Lambda in Slash GraphQL is a serverless framework that lets you run Javascript or Typescript function in response to GraphQL queries or mutations.
GraphQL’s declarative nature with its robust type system makes it a great choice for APIs. It allows designing system of services with enough flexibility that it can evolve over time, without requiring developers to refactor their design every time there is a change like a new feature or requirements to support new types of requests from clients.
Insomnia is one of the most popular API development tools that also support GraphQL. In this article, you’ll find out how you can use Insomnia to interact with a Slash GraphQL instance and perform GraphQL requests such as mutations, queries, etc.
Postman is one of the most popular REST API clients. Since v7.2, it also supports GraphQL APIs. In this blog post, we will look at how you can use Postman to make GraphQL requests.