I’m working through the React GraphQL Apollo tutor...
# orm-help
m
I’m working through the React GraphQL Apollo tutorial. I’m on Introduction > Exploring the server. When I run the sample GraphQL query I get:
“code”: “INTERNAL_SERVER_ERROR”
“Argument id for data.postedBy.connect.id must not be null. Please use undefined instead.\n”
Looks like it’s a problem in:
/@prisma/client/runtime/index.js:32448:19
Looks like you need to be logged in. Might be good to include this as a step int he tutorial.