Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.56 KB

USER-GUIDE.md

File metadata and controls

36 lines (28 loc) · 1.56 KB

Documentation

How to install

Run the following command in Magento 2 root folder:

composer require mageplaza/module-delivery-time-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

How to use

To start working with GraphQl in Magento, you need the following:

  • Use Magento 2.3.x. Returns site to developer mode
  • Install chrome extension (currently does not support other browsers)
  • Set GraphQL endpoint as http://<magento2-3-server>/graphql in url box, click Set endpoint. (e.g. http://develop.mageplaza.com/graphql/ce232/graphql)
  • Mageplaza-supported queries are fully written in the Description section of Query.deliveryTime.DeliveryInfomation

Support