bdunogier / ezplatform-graphql-bundle

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

Refactor `FieldValueBuilder` like it was done in graphql-page #81

Open bdunogier opened 5 years ago

bdunogier commented 5 years ago

graphql-page has a mechanism similar to FieldValueBuilders. It comes with a "Configurable" flavor that handles each block type with its own service, and should be easier to maintain. Apply the same to this package.