Open nimishjn opened 2 years ago
Add the review for Design & Code
It is loading, but not adding a review. The reviews are getting posted for other servers, except Design and Code.
Link to Server
Request Payload:
{ "query": "\n mutation CreateReview($body: AddReviewInput) {\n addReview(body: $body) {\n ...ReviewFragment\n }\n}\n \n fragment ReviewFragment on Review {\n id\n score\n content\n hasVoted\n entityId\n isFlagged\n flaggedAt\n editedAt\n timestamp\n voteCount\n reply {\n id\n content\n posterId\n }\n poster {\n ... on User {\n id\n username\n avatarUrl\n }\n }\n}\n ", "variables": { "body": { "entityId": "", "score": 100, "content": "I really like how the dev-help channel always has 50+ pending messages and designers are constantly sharing their designs in the design showcase channel." } } }
Response:
{ "errors": [ { "message": "Unexpected Execution Error", "locations": [ { "line": 3, "column": 3 } ], "path": [ "addReview" ] } ], "data": { "addReview": null } }
Post Review
https://www.whatsmybrowser.org/b/V36GD
Expected Behavior
Add the review for Design & Code
Observed Behavior
It is loading, but not adding a review. The reviews are getting posted for other servers, except Design and Code.
Applicable Links or Attachments
Link to Server
Request Payload:
Response:
Steps to Reproduce
Post Review
System details
https://www.whatsmybrowser.org/b/V36GD