re schema design; if I define a relation like ```t...
# orm-help
z
re schema design; if I define a relation like
Copy code
type Books { author: [User!]! }
am I required to define relation also in
User
type? it seems to work fine without
n
No.