we-like-graphql / magento2-graphql
There is no license information available for the latest version (0.1.0) of this package.
GraphQL API in Magento2
Package info
github.com/WeLikeGraphQL/magento2-graphql
Type:magento2-module
pkg:composer/we-like-graphql/magento2-graphql
0.1.0
2016-11-14 12:38 UTC
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: 2026-03-01 07:43:14 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.