Expose GraphQL API in MuleSoft In this blog, let us discuss how to expose GraphQL API in MuleSoft. We would be exposing a GraphQL API in MuleSoft which would allow us to get 2 resources that are exposed as REST APIs. Here, we can consume a single GraphQL API Endpoint to consume both resources rather […]
Mutations in GraphQL API In this blog, you will learn how mutations of GraphQL APIs will help us to modify the server-side data in API Management. In order to showcase the concept of mutations we will create one API Plan using GraphQL mutation. What is a GraphQL API? Mutations: Here are some key components of […]
Introduction: GraphQL is a query language for API’s and a runtime for executing those queries against our requested data. GraphQL provides a more efficient, powerful, and flexible alternative to the traditional REST API. Advantages: With GraphQL, we can request only the data that we need, and nothing more. This helps in reducing over-fetching or under-fetching […]