bdunogier / ezplatform-graphql-bundle

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

Generate the list of Content Types to an enum type #22

Closed bdunogier closed 6 years ago

bdunogier commented 6 years ago

Generate a ContentTypeIdentifier to Resources/config/graphql/DomainContentTypesList.types.yml, and use it where a content type identifier is used as an argument.

It will bring:

bdunogier commented 6 years ago

Implemented in master.