Magento

profile_img
admin

February 20, 2023

profile_img
admin

February 20, 2023

Mutation in GRAPHQL

While GraphQL queries perform read operations, mutations change the data. A mutation can create, update, or delete objects and fields. In REST terminology, queries operate like GET requests, while mutations are similar to POST, PUT, and DELETE. Structure of a mutation A mutation contains the following elements: Example of mutation graphql here in this example we are adding data in […]

profile_img
admin

February 20, 2023

profile_img
admin

February 20, 2023

Query in GRAPHQL

A GraphQL query retrieves data from the application server in a similar manner as a REST GET call. The current set of Adobe Commerce and Magento Open Source GraphQL queries allow a mobile app or browser to render a wide variety of information, including the following: GraphQL QUERY Implementation in Magento 2.4 Magento’s 2.4 version […]

profile_img
admin

February 15, 2023

profile_img
admin

February 15, 2023

Magento 2.4.5 Installation on ubuntu

First, check magento2 requirements. Based on the requirements, install third-party software dependencies. here, we install magento2.4.5 with sample data. Here’s a step by step procedure will probably save you a headache. let’s start… 1. Apache Installation (Version 2.4)run following commands to install Apache in your system: check apache version: 2. PHP Installation (Version 8.1)run following […]