Create a Custom GraphQl in Magento 2 – Part 2: How to create and use mutation

Create a Custom GraphQl in Magento 2 – Part 2: How to create and use mutation

Earlier we talked about creating and reading the posts using query. Today we will discuss creating new posts using Graphql. To learn more about creating query in graphql,

Magento2 How to create a custom GraphQL – Part1: Create a simple graphql query

Magento2 How to create a custom GraphQL – Part1: Create a simple graphql query

GraphQL is a query language for APIs, gives clients the power to ask for exactly what they need and nothing more. GraphQL uses mutations to perform CRUD operations.

Magento2 How to create a custom rest API

Magento2 How to create a custom rest API

Today we will talk about creating a custom REST API for your magento store. Before proceeding we assume you have already created a module and familiar with the