we-like-graphql / magento2-graphql
GraphQL API in Magento2
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 33
Watchers: 5
Forks: 10
Open Issues: 2
Type:magento2-module
Requires
- php: >=5.6,<8.0-DEV
- magento/framework: 100.1.*
- magento/module-backend: 100.1.*
- magento/module-catalog: 101.0.*
- youshido/graphql: 1.2.*
- zendframework/zend-http: ~2.4.6
Requires (Dev)
- phpunit/phpunit: 4.8.*
- satooshi/php-coveralls: 1.0.*
This package is not auto-updated.
Last update: 2025-02-02 02:21:20 UTC
README
Installation
Install this magento2 module using composer:
composer require we-like-graphql/magento2-graphql
It exposes GraphQL Endpoint at:
http://<your_magento2_path>/index.php/graphql
We highly recommend using GraphIQL Feen to explore this endpoint.