You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request 'putBattlestar' doe not work locally.
Here is request mutation { putBattlestar(input: { name: "wewewe" }) { id name } }
Here is an error: { "errors": [ { "message": "JSON5: invalid character '&' at 5:12", "locations": [ { "line": 2, "column": 3 } ], "path": [ "putBattlestar" ] } ], "data": { "putBattlestar": null } }
The text was updated successfully, but these errors were encountered:
Request 'putBattlestar' doe not work locally.
Here is request
mutation { putBattlestar(input: { name: "wewewe" }) { id name } }
Here is an error:
{ "errors": [ { "message": "JSON5: invalid character '&' at 5:12", "locations": [ { "line": 2, "column": 3 } ], "path": [ "putBattlestar" ] } ], "data": { "putBattlestar": null } }
The text was updated successfully, but these errors were encountered: