Hi,
Does anybody know if it's possible to query content via graphql using wildcard paths? JCR is hierarchical by design and it would be handy to be able to query content hierarchically using wildcard path but at least the documentation does not say that this would be possible and testing with * or % in the path produces errors.
And some what related matter is the order of items when querying content. Is there a way to get the returned items in the same order that they appear in JCR. It is possible to sort by properties but if no order is specified it seems that the default order is some what random or at least not the JCR node order.
BR, Samuli