Hello i have a problem with a mutation can anyone ...
# orm-help
j
Hello i have a problem with a mutation can anyone help me ? This the error message
Copy code
Variable "$answers" of type "AnswerCreateManyWithoutQuestionInput" used in position expecting type "[AnswerCreateWithoutQuestionInput!]
n
I don't want to sound like a smart ass, but you are using a variable of type
AnswerCreateManyWithoutQuestionInput
in place of a variable of type
[AnswerCreateWithoutQuestionInput!]
🙂