Replies: 1 comment
-
Currently it's not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to lazily resolve the subfields of a complex type? I have a situation where I have many complex types with multiple nested complex type subfields. These relationships can also form cycles
(User)-[:BELONGS_TO]->(Organization)-[:HAS_USERS]->(User)
.It would make sense to be able to reference the type instead of redefining subfields of
!struct
types, and pass a map of identifiers to types into the query builder, e.g:Beta Was this translation helpful? Give feedback.
All reactions