Nested one to one relation shows [x:string]: never
I tried using the relational query similar to the example
however, when i try to access the result, eg. users.posts.comments, the type is missing & only shows [x:string]: never
1 Reply
the expected result would allowing me to further access the properties of 'comments'
Issue resolved, the 'comments' schema wasnt imported 🙃