EOS-BP-Developers / eosio-mongodb-queries

Quickly create complex MongoDB Queries for the EOSIO blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic queries

DenisCarriere opened this issue · comments

commented

Would be really useful to have basic queries on all EOSIO MongoDB tables.

  • account_controls
  • accounts
  • actions
  • block_states
  • blocks
  • pub_keys
  • transaction_traces
  • transactions
query {
  blocks(sort: { block_num: -1 }, limit: 500) {
     block_num
  }
}