Graph Ql

Please setup the Graph Ql extension at here: https://github.com/landofcoder/module-product-label-graph-ql

Or setup via composer by run commands:

composer require landofcoder/module-productlabel-graphql
php bin/magento module:enable Lof_ProductLabelGraphQl
php bin/magento setup:upgrade --keep-generated
php bin/magento cache:clean

Query

Magento 2 Module Lof RmaGraphQl

``landofcoder/module-rma-graph-ql``
  • Main Functionalities

  • Installation

Main Functionalities

Graph QL supports for Magento 2 RMA extension.

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Lof

  • Enable the module by running php bin/magento module:enable Lof_RmaGraphQl

  • Apply database updates by running php bin/magento setup:upgrade*

  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:

    • private repository repo.magento.com

    • public repository packagist.org

    • public github repository as vcs

  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/

  • Install the module composer by running composer require landofcoder/module-rma-graph-ql

  • enable the module by running php bin/magento module:enable Lof_RmaGraphQl

  • apply database updates by running php bin/magento setup:upgrade*

  • Flush the cache by running php bin/magento cache:flush

Query

Get Rma by ID

LofRmaList

LofRmaOrderById

LofRmaOrders

Mutation

Create a new Rma

Confirm Shipping

Send Message

Last updated