Download the PHP package yireo/magento2-additional-endpoints-graph-ql without Composer
On this page you can find all versions of the php package yireo/magento2-additional-endpoints-graph-ql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package magento2-additional-endpoints-graph-ql
Additional GraphQL endpoints for Magento 2
This module offers some additional endpoints for loading information through GraphQL.
Installation
Use the following commands to install this module into Magento 2:
composer require magento2-additional-endpoints-graph-ql:@dev
bin/magento module:enable Yireo_AdditionalEndpointsGraphQl
bin/magento setup:upgrade
productById(Int id)
- Get a product by its ID
Example:
productBySku(String! sku)
- Get a product by its SKU
Example:
categoryById(Int id)
- Get a category by its ID
Example:
cmsBlock(String! identifier)
- Get a CMS block by its identifier
Example:
cmsPages
- Get all CMS pages
Example:
cmsWidget(Int! id)
- Get a CMS widget by its ID
Example:
validateCustomerToken
- Validate a customer token
Example:
All versions of magento2-additional-endpoints-graph-ql with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
^102.0|^103.0
magento/module-catalog Version ^101.0|^102.0|^103.0|^104.0
magento/module-cms Version ^101.0|^102.0|^103.0|^104.0
magento/module-graph-ql Version ^100.0
php Version >=7.0.0
magento/module-catalog Version ^101.0|^102.0|^103.0|^104.0
magento/module-cms Version ^101.0|^102.0|^103.0|^104.0
magento/module-graph-ql Version ^100.0
php Version >=7.0.0
The package yireo/magento2-additional-endpoints-graph-ql contains the following files
Loading the files please wait ....