Getting errors from the API again: ``` { "error"...
# prisma-whats-new
t
Getting errors from the API again:
Copy code
{
  "error": "Syntax error while parsing GraphQL query. Invalid input \"query {\\n  allGames()\", expected OperationDefinition, FragmentDefinition or TypeSystemDefinition (line 1, column 1):\nquery {\n^"
}
i
What’s the query?
t
That was actually probably a bad example. I started getting an error back from several different queries in my app, same as I did a couple days ago when there werew outage issues.
I've also just gotten this response on Playground:
TypeError: NetworkError when attempting to fetch resource.
From this query:
Copy code
query {
  allGames{ id }
}
i
Weird. I’m not getting back any errors
j
I’m having the same problems