Closed bdunogier closed 5 years ago
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.
The source code is moved to src, to the lib and bundle subdirectories. specs and doc remain at the root level.
src
lib
bundle
specs
doc
phpspec has been configured, and is used to test the refactoring above.
Splitting into refactoring and restructuring.
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 thelib
andbundle
subdirectories.specs
anddoc
remain at the root level.Continuous integration with PhpSpec
phpspec has been configured, and is used to test the refactoring above.