-
Type:
Story
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: 3.0.0-beta1, 2.5.5
-
Fix Version/s: 3.0.0-beta2, 2.5.6
-
Component/s: Platform > GraphQL
-
Labels:None
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 } } } } } } } }