-
In my schema, I have a
I want to order the results of each multi-link by their creation date while returning them in a subshape. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It works by desugaring link name into a full-blown select:
|
Beta Was this translation helpful? Give feedback.
-
Wow. I though subqueries are not allowed in select queries as the fields are already well defined. |
Beta Was this translation helpful? Give feedback.
-
But what happens if the subquery returns a set that violate some constraints defined in the schema or return a set of object of a different type than the on defined for the propert in the schema?
is changed to:
Now, is the property comments now considered a "free" property different than the type Question comments property? |
Beta Was this translation helpful? Give feedback.
It works by desugaring link name into a full-blown select: