bdunogier / ezplatform-graphql-bundle

GraphQL server for eZ Platform, the open source Symfony CMS.
13 stars 6 forks source link

Schema builder refactoring + repository restructuring #73

Closed bdunogier closed 5 years ago

bdunogier commented 5 years ago

Changes

Schema generation refactoring

Refactors schema generation. Introduces Domain Iterators, proper Schema Workers, a Schema Builder API... see https://github.com/bdunogier/ezplatform-graphql-bundle/pull/73/commits/ddcb4b14d006423eb6744105e401db231a299bff.

TODO

Restructured repository

The source code is moved to src, to the lib and bundle subdirectories. specs and doc remain at the root level.

Continuous integration with PhpSpec

phpspec has been configured, and is used to test the refactoring above.

bdunogier commented 5 years ago

Splitting into refactoring and restructuring.