@k00b are graphQL APIs gone? can't access anymore and getting this error instead:
{
"errors": [
{
"message": "This operation has been blocked as a potential Cross-Site Request Forgery (CSRF).
Please either specify a 'content-type' header (with a type that is not one of application/x-www-form-urlencoded,
multipart/form-data, text/plain) or provide a non-empty value for one of the following headers:
x-apollo-operation-name, apollo-require-preflight\n",
"extensions": {
"code": "BAD_REQUEST"
}
}
]
}