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

[GraphQL] Cannot query for TextLine field type

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: High High
    • None
    • None
    • Platform > GraphQL
    • ezplatform-ee (using existing Folder Content Type with "ezstring" field named "name")

    Description

      Steps to reproduce:
      1. Enter following query:

      {
        content {
          folders {
            edges {
              node {
                _info {
                  versions {
                    fields(identifier: "name") {
                      fieldDefIdentifier
                      value {
                        text
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
      

      Result:

      {
        "errors": [
          {
            "debugMessage": "Could not found type with alias \"TextLineFieldValue\". Do you forget to define it?",
            "message": "Internal server Error",
      

      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: