bdunogier / ezplatform-graphql-bundle

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

Add Languages to the repository schema #19

Open bdunogier opened 6 years ago

bdunogier commented 6 years ago

Add language and languages root fields to the repository schema:

languages
{ 
  name
  languageCode
}
language(code: "eng-GB")
{
  name
  enabled
}