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
currently it's Array<Post { id, comments: Comment { id, content } }>, although I thought the joined comments should be Array as well, namely Array<Post { id, comments: Array<Comment { id, content }> }>
What should the typeof
post.comments
in following query be?currently it's Array<Post { id, comments: Comment { id, content } }>, although I thought the joined comments should be Array as well, namely Array<Post { id, comments: Array<Comment { id, content }> }>
a more detailed example:
this change requires major version bump
The text was updated successfully, but these errors were encountered: