Hey guys I use graphcool and make authentication w...
# orm-help
m
Hey guys I use graphcool and make authentication with typescript but when I've more of 6 params there

https://puu.sh/AfjUs/00b4ff25fa.png

I've this error without test params she works perfectly
Copy code
{
  "data": {
    "signupUser": null
  },
  "errors": [
    {
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "functionError": "An unexpected error occured during signup.",
      "path": [
        "signupUser"
      ],
      "code": 5001,
      "message": "function execution error: An unexpected error occured during signup.",
      "requestId": "eu-west-1:simple:cjgqqorfh2inp01506h6959gy"
    }
  ]
}