Granola-Team / mina-block-explorer

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

The Indexer does not support LTE search by balance on accounts #663

Closed n1tranquilla closed 3 months ago

n1tranquilla commented 3 months ago
type Account {
  publicKey: String
  username: String
  balance: Int
  nonce: Int
  delegate: String
  timeLocked: Boolean
}

type AccountQueryInput {
  public_key: String
}

enum AccountSortByInput {
  BALANCE_DESC
}
trevorbernard commented 3 months ago

Fixed by this issue: https://github.com/Granola-Team/mina-indexer/issues/894