bdunogier / ezplatform-graphql-bundle

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

Expose available page block types #52

Closed bdunogier closed 6 years ago

bdunogier commented 6 years ago

...so that they can be listed from a remote application.

It could be done from any page field definition. On the other hand, the options are the same for all of them, maybe it's not very accurate ? { _page { blockTypes } } might be more accurate.

bdunogier commented 6 years ago

Implemented in the https://github.com/bdunogier/ezplatform-graphql-page package.