mina-indexer
mina-indexer copied to clipboard
Problem: unable to filter feetransfers by `dateTime_gte`
This is needed to support the internal commands analytics page: https://github.com/Granola-Team/mina-block-explorer/issues/691
{
"data": null,
"errors": [
{
"message": "Invalid value for argument \"query\", unknown field \"dateTime_gte\" of type \"FeetransferQueryInput\"",
"locations": [
{
"line": 2,
"column": 22
}
]
}
]
}