I’m trying to query some metadata from the `/api/g...
# troubleshoot
i
I’m trying to query some metadata from the
/api/graphiql
endpoint. A query returned a response about an hour ago, but now when rerunning the query I get a
Copy code
{
  "errors": {
    "message": "Response.text: Body has already been consumed.",
    "stack": "graphQLFetcher/</</<@https://datahub.wolt.com/api/graphiql:57:33\n"
  }
}
Is there a way to fetch this response again?
b
you probably have multiple queries written in the GUI of /api/graphiql. comment out the rest and query again.
plus1 1
i
thanks! 👍