mina-indexer icon indicating copy to clipboard operation
mina-indexer copied to clipboard

Problem: unable to filter feetransfers by `dateTime_gte`

Open trevorbernard opened this issue 1 month ago • 0 comments

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
        }
      ]
    }
  ]
}

trevorbernard avatar May 25 '24 18:05 trevorbernard