Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
8 stars 6 forks source link

Next Stakes: Broken due to unrecognized sort by input #685

Closed n1tranquilla closed 5 months ago

n1tranquilla commented 5 months ago
{
    "data": null,
    "errors": [
        {
            "message": "Unknown type \"NextstakeSortByInput\"",
            "locations": [
                {
                    "line": 3,
                    "column": 3
                }
            ]
        },
        {
            "message": "Unknown type \"NextstakeSortByInput\"",
            "locations": [
                {
                    "line": 3,
                    "column": 3
                }
            ]
        },
        {
            "message": "Unknown type \"NextstakeQueryInput\"",
            "locations": [
                {
                    "line": 4,
                    "column": 3
                }
            ]
        },
        {
            "message": "Unknown type \"NextstakeQueryInput\"",
            "locations": [
                {
                    "line": 4,
                    "column": 3
                }
            ]
        },
        {
            "message": "Unknown field \"nextstakes\" on type \"Root\". Did you mean \"nextStakes\", \"stakes\"?",
            "locations": [
                {
                    "line": 6,
                    "column": 3
                }
            ]
        }
    ]
}
trevorbernard commented 5 months ago

This issue was resolved by: https://github.com/Granola-Team/mina-indexer/pull/938