This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
Home
Alex Paliarush edited this page Apr 4, 2018
·
24 revisions
This is a project to enhance GraphQL support in Magento 2.
See Approach to Implementation for the requirements and restrictions of the implementation process.
See Issues Board on ZenHub for the list of issues.
Pipelines:
- New Issues - newly created items, which have not been discussed yet
- Icebox - candidates for backlog items. Do not take items from this pipeline
- Investigation - being investigated by someone to clarify requirements or implementation details
- Backlog - ready for development
- In Progress - in progress by someone
- Review/QA - in review or QA by Magento team
- Merging in Progress - the PR is in being processed by Magento team to be merged to target branch. ❕ The pipeline may also contain items that wait for a related PR in another repository (can be an internal repository and so not visible for community)
- Closed - closed issues
Feel free to add an issue to the list of issues if you know of any. These will be reviewed by the core team to confirm before being taken to work.
-
backward-incompatible
- the fix/implementation might be backward incompatible. Must be resolved before Magento 2.3 release -
blocker
- the issue blocks resolution of other issue(s). For example, the issue causes a fatal error, which terminates execution of the application and so blocks validation/fixing of other scenarios -
investigation-needed
- an investigation is needed. A clear solution is not known yet, the issue can't be taken into development -
additional-coverage
- issues which focus on coverage of some functionality with GraphQL API -
framework-changes
- issues which assume modifications to the GraphQL framework -
requires-ee-changes
- requires changes in Magento EE being merged together with the CE fix. Example: update ofcomposer.json
in CE requires same changes being applied tocomposer.json
in Magento EE -
requires-b2b-changes
- requires changes in Magento B2B being merged together with the CE fix. Example: update ofcomposer.json
in CE requires same changes being applied tocomposer.json
in Magento B2B
There are the following branches in the repository:
- 2.3-develop - target branch for all contributions
You can set up Magento locally, use docker or virtual machine. For those who are just starting, take a look at vagrant box for Magento 2 developers
Status meetings: TBD
Slack channel: #graphql. Send an email to [email protected] to join
All completed GraphQL features are documented on the dev docs
- Roadmap
- ZenHub task board (requires GitHub sign-in)
- Weekly calls:
- Thursday, 15:00 UTC
- Video conference link - https://bluejeans.com/180764326
- Recordings - https://goo.gl/5Q7QAw
- Slack: #graphql (Use http://tinyurl.com/engcom-slack to register)