Hi when I try to make a mutation from the graphql ...
# prisma-whats-new
y
Hi when I try to make a mutation from the graphql requests it tells me
Copy code
"GraphQL error: Unknown argument 'fieldDifference' on field 'updateChoice' of type 'Mutation'. (line 2, column 42):
updateChoice(id: $id, values: $values, fieldDifference: $fieldDifference) {"
but clearly my fieldDifference exists since if I make the same mutation from the playground it works fine
1