when I call `mutate({variables: {foo: 'bar' })` it...
# prisma-whats-new
p
when I call
mutate({variables: {foo: 'bar' })
it says it got a string instead of the enum, but how do you use the enum then if it isn't expecting a string?
n
please add a post to the thread or open up a new question in the forum and include your mutation, too 🙂
p
I got it working before I saw your reply
👌 1
the issue was that I wasn't using uppercase values for my enums