https://github.com/welikegraphql/magento2-graphql
GraphQL API for Magento2
https://github.com/welikegraphql/magento2-graphql
Last synced: 11 months ago
JSON representation
GraphQL API for Magento2
- Host: GitHub
- URL: https://github.com/welikegraphql/magento2-graphql
- Owner: WeLikeGraphQL
- Created: 2016-11-14T12:24:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T16:47:32.000Z (over 8 years ago)
- Last Synced: 2025-06-01T01:59:52.778Z (about 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 33
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL API for Magento2
[![Gitter][gitter-img]][gitter-link]
[](https://travis-ci.org/WeLikeGraphQL/magento2-graphql)
[](https://coveralls.io/github/WeLikeGraphQL/magento2-graphql?branch=master)
[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-link]: https://gitter.im/WeLikeGraphQL/magento2-graphql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
## Installation
Install this magento2 module using composer:
```
composer require we-like-graphql/magento2-graphql
```
It exposes GraphQL Endpoint at:
```
http:///index.php/graphql
```
We highly recommend using [GraphIQL Feen](https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp) to explore this endpoint.
## List of covered [Magento's REST APIs](http://devdocs.magento.com/swagger/)
- [backendModuleService](http://devdocs.magento.com/swagger/#!/backendModuleServiceV1)
- [catalogCategoryAttributeRepository](http://devdocs.magento.com/swagger/#!/catalogCategoryAttributeRepositoryV1)
- [catalogCategoryManagement](http://devdocs.magento.com/swagger/#!/catalogCategoryManagementV1)
- [catalogCategoryRepository](http://devdocs.magento.com/swagger/#!/catalogCategoryRepositoryV1)
- [catalogProductAttributeRepository](http://devdocs.magento.com/swagger/#!/catalogProductAttributeRepositoryV1)
- [catalogProductRepository](http://devdocs.magento.com/swagger/#!/catalogProductRepositoryV1)