What Are GraphQL Mutations
GraphQL is a query language for your API. It was open-sourced by Facebook in 2015 and ever since then gained immense popularity as an alternative to REST. In this blog post, we are going to learn what a GraphQL Mutation is all about, and even write a few ourselves. Introduction In the REST world you might be familiar with […]
Tags: GRAPHQL, Mutations