You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I want to pull more than one component out of the traversal target. Cascade queries require caching, which only supports a single cascade traversal. Is this not a good alternative? I wanted to do ?OtherData($loc), ?SomethingElse($loc) once I got this working
The text was updated successfully, but these errors were encountered:
Describe the bug
Cascade ordering doesn't seem to be working with a relationship pair
To Reproduce
Actual output
Seems like no sorting is done and it matches physical/insertion order.
Expected behavior
I expected to see a descending cascade with this output:
Additional context
I want to pull more than one component out of the traversal target. Cascade queries require caching, which only supports a single cascade traversal. Is this not a good alternative? I wanted to do
?OtherData($loc), ?SomethingElse($loc)
once I got this workingThe text was updated successfully, but these errors were encountered: