From c9bace5fa3f3484324001c2094f2cf884bcf2aba Mon Sep 17 00:00:00 2001 From: Vdudin <47356252+vitaliddd@users.noreply.github.com> Date: Thu, 22 Oct 2020 13:14:24 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6366e2e..f064dcf 100755 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # MageWorx_SeoXTemplatesGraphQl + +GraphQL API module for Mageworx [Magento 2 SEO Suite Ultimate](https://www.mageworx.com/magento-2-seo-extension.html) extension. + +## Installation +**1) Copy-to-paste method** +- Download this module and upload it to the `app/code/MageWorx/SeoXTemplatesGraphQl` directory *(create "SeoXTemplatesGraphQl" first if missing)* + +**2) Installation using composer (from packagist)** +- Execute the following command: `composer require SeoXTemplatesGraphQl` + +## How to use +The SeoXTemplatesGraphQl modifies the necessary attributes of the entities of Product, categories and CMS pages, when you call these entities using the standard GraphQL requests.