In this article, We will learn about how to extend an existing GraphQL schema from our module. First off, We will create a module. Step-1: Define the configuration field in  etc/graphql/di.xml <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoStoreGraphQlModelResolverStoreStoreConfigDataProvider"> <arguments> ...

HOW TO USE KNOCKOUT JS ON FRONTEND In this article, We will learn about how to use Knockout JS on a Magento 2 Frontend. First off, we will create a module Webkul_Knockout Step-1: Create  registration.php at app/code/Vendor/Knockout <?php /** * ...