Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-30274

[GraphQL] Missing Description field in Content Types

    XMLWordPrintable

Details

    Description

      Note: I've created it as a bug, but it can easily be a story (not sure what the requirements were for that fields)

      Description:
      It's not possible to get the Content Type description using GraphQL.

      Example query that I'd like to execute:

      {
        _repository
        {
          contentType(id: 1)
          {
            name
            isContainer
            defaultAlwaysAvailable
            # there is no "description" field
          }
        }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            marek.nocon@ibexa.co Marek NocoĊ„
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: