horse-link / horse.link

Official website for https://alpha.horse.link
https://alpha.horse.link
2 stars 0 forks source link

Market history not showing #594

Closed bitcoinbrisbane closed 9 months ago

bitcoinbrisbane commented 9 months ago

Back end is breaking

{
    "message": "Internal Server Error",
    "details": "Type `Query` has no field `repays`: {\"response\":{\"errors\":[{\"locations\":[{\"column\":5,\"line\":2}],\"message\":\"Type `Query` has no field `repays`\"},{\"locations\":[{\"line\":11,\"column\":5}],\"message\":\"Type `Query` has no field `borrows`\"}],\"status\":200,\"headers\":{}},\"request\":{\"query\":\"{\\n    repays(\\n      first: 10\\n    ) {\\n      id\\n      vaultAddress\\n      amount\\n      createdAt\\n    }\\n\\n    borrows(\\n      first: 10\\n    ) {\\n      id\\n      vaultAddress\\n      betIndex\\n      amount\\n      createdAt\\n    }\\n  }\"}}"
}
bitcoinbrisbane commented 9 months ago

Fixed