Closed
Description
I'm testing / debugging resolvers using GraphiQL. At times, seemingly prompted by restarting the backend app, I'll start getting responses like this:
{
"errors": [
{
"message": "Unknown operation named \"undefined\"."
}
]
}
Restarting the app or refreshing the GraphiQL page do not fix the error. However, cutting the query and pasting it back into the query window seems to resolve the issue.
Thanks.