QueryBuilder: allow with_incoming/with_outgoing = None
#3852
Labels
priority/nice-to-have
priority/quality-of-life
would simplify development
topic/query-builder
type/feature request
status undecided
I propose to simplify the search for the nodes that don't have parents/children. This could be achieved by allowing
with_incoming/with_outgoing
parameters be set toNone
. Currently, this is not possible.The way I currently search for
StructureData
that does not have parent nodes:Would be cool to replace all of this by simply:
The text was updated successfully, but these errors were encountered: