bdunogier / ezplatform-graphql-bundle

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

Content relation field definition has wrong type for selectionContentTypes setting #86

Open bdunogier opened 5 years ago

bdunogier commented 5 years ago
{
  content {
    _types {
      article {
        relatedArticles {
          settings {
            selectionContentTypes
          }
        }
      }
    }
{
  "errors": [
    {
      "debugMessage": "Expected a value of type \"Int\" but received: article",
      "message": "Internal server Error",
      "category": "internal",
      "locations": [
        {
          "line": 7,
          "column": 13
        }
      ],
      "path": [
        "content",
        "_types",
        "article",
        "relatedArticles",
        "settings",
        "selectionContentTypes",
        0
      ],