"Response not successful: Received status code 400" is displayed instead of the ususal "Create New Tease" and the name input field.
The console shows the following "Uncaught (in promise) ApolloError: Response not successful: Received status code 400".
My request:
Code: Select all
{"operationName":"CreateTease","variables":{"title":"test"},"query":"mutation CreateTease($title: String!) {\n createTease(title: $title, type: EOS) {\n __typename\n id\n title\n }\n}"}
Code: Select all
{"errors":[{"message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["createTease"]}]}