Using refetchQueries with variables causes "Unhandled Rejection (Error): Response not successful: Received status code 500" #7806
Labels
🏓 awaiting-contributor-response
requires input from a contributor
So when adding a new user I need to refetcha query, and that query requires a variable called productteam_id.
When running it the
mutate
call works but therefetchQueries
crashes.Running the queries and mutate calls in the playground works just fine. Also, adding a different query for the
refetchQueries
that doesn't require variables, works fine as well. But as soon as I add variables it crashes.The errors
My mutate call
My file handling the assUser method
Versions
The text was updated successfully, but these errors were encountered: