what do you do if you have a 1tomany if the field ...
# orm-help
b
what do you do if you have a 1tomany if the field is not required. For example. 1 user can only have 1 subscription but a subscription can have multiple users. Sub M - user 1 but whenever i want to create a user it nags about the fact the sub needs to be specified
👀 1
n
Hey 👋 Can you share your schema file and the query which you are trying to invoke?