Any ideas how to solve this error? ``` ERROR: Who...
# orm-help
v
Any ideas how to solve this error?
Copy code
ERROR: 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: XXXXXXXXXXXXXXXXXXXX

{
  "data": {
    "push": 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: XXXXXXXXXXXXXXXXXXXX",
      "requestId": "XXXXXXXXXXXXXXXXXXXX",
      "path": [
        "push"
      ],
      "locations": [
        {
          "line": 2,
          "column": 9
        }
      ]
    }
  ],
  "status": 200
}
I tried pushing to one of my services but it is producing this error.
r
Can you supply the object you are trying to create and the Type you are trying to populate? The full request syntax that is. Is “push” the name of your type? What is the data you are trying to create?
n
Please do this:
Please contact us from the Console (https://console.graph.cool) or via email (support@graph.cool) and include your Request ID: XXXXXXXXXXXXXXXXXXXX