-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |