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

Location and children support in GraphQL

    XMLWordPrintable

Details

    Description

      In order to use GraphQL for subitems and UDW, support for querying locations and their children must be added.

      Schema suggestion:

      _repository {
        location(locationId: $locationId) {
          children {
            edges {
              node {
                priority
                content {
                  _name
                  _info { 
                    section { identifier }
                  }
                }
              }
            }
          }
        }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bertrand.dunogier@ibexa.co Bertrand Dunogier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: