pull down to refresh

@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"
      }
    }
  ]
}

Yes, the playground has been removed, but the API is still available for use.

reply

so how do I access now? cli only?

reply

Yes with a script or via curl

reply