i have the next error when i try remove a file ```...
# prisma-whats-new
r
i have the next error when i try remove a file
Copy code
{
  "data": {
    "deleteFile": null
  },
  "errors": [
    {
      "message": "Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: us-west-2:simple:cj7l4a9698u1q0102z8pcqokz",
      "requestId": "us-west-2:simple:cj7l4a9698u1q0102z8pcqokz",
      "path": [
        "deleteFile"
      ],
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ]
    }
  ]
}
n
@rvespula did the file exist? you might run into https://github.com/graphcool/graphcool/issues/428