Seungsu Kim
06/21/2020, 8:32 AMERROR: GraphQL Error (Code: 503)
{
"error": "<html>\r\n<head><title>503 Service Temporarily Unavailable</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>503 Service Temporarily Unavailable</h1></center>\r\n</body>\r\n</html>\r\n",
"status": 503
}
• If the 503 error not occurs, following error occurs for every entities of my datamodel.
User
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
How can I solve these problems…?Joël