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

As a Developer I want GraphQL allow filtering by Subtree and IsFieldEmpty

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • Platform > GraphQL
    • None

    Description

      Currently, it's not possible to filter content by Subtree (while parent location id available).
      I would like to add more filters, like Subtree and IsFieldEmpty.

      {
        content {
          folders(first: 3, query: {
            Subtree: "/1/2/63"
            IsFieldEmpty: {
              target: "description"
              empty: false
            }
          }) {
            edges {
              node { name }
            }
          }
        }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            9617ee47-cb27-4291-b8b8-676aa93a5338@accounts.ibexa.co Ivan Ternovtsiy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: