Details
-
Story
-
Resolution: Done
-
High
-
3.0.0-beta1, 2.5.5
-
None
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 } } } } } } } }