bdunogier / ezplatform-graphql-bundle

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

DomainContent._type should yield the generated DomainContentType #85

Open bdunogier opened 5 years ago

bdunogier commented 5 years ago

The _type field below any content type is a ContentType, while it should be the Content Type from the domain (ex: ArticleContentType).

Also decide if it makes sense, given that it is also available from {group}._types.{type}.