Blog

How to display data in front using GraphQL

How to display data in front using GraphQL

5 years ago
We can fetch data through GraphQL Schema in 2 ways: Apollo Client Library AJAX These both are alternate solutions. You can review Apollo Client Document for how to retrieve data using the Apollo Client. Moreover, we prefer to install the Apollo-Boost AMD module which is free open-source, you can get its GitHub repo from here. […]
Read More

Define GraphQL schema for a custom table – Multiple Rows

5 years ago
We would get an idea of how to implement GraphQL schema for a custom table to fetch more than one result row. Multiple result row Let’s say we have a module Mage2_Person. This module will define the GraphQL schema to fetch multiple data results. Step 1: Create a module.xml file File Path: Mage2/Person/etc/module.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" […]
Read More

Create your account

chatsimple