model user { question Question[ ] } i want questi...
# orm-help
n
model user { question Question[] } i want question to be null. but in future it will be list of question
r
@nikunj chaudhari 👋
question
is not required here so it’s fine if you do not pass anything. You will get an empty array (
[]
) in the response.
n
okay cool