Join Slack
Powered by
re schema design; if I define a relation like ```t...
# orm-help
z
zonofthor
06/22/2018, 11:53 AM
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
nilan
06/22/2018, 2:49 PM
No.
Open in Slack
Previous
Next