Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic queries #3

Open
4 of 8 tasks
DenisCarriere opened this issue Jul 29, 2018 · 0 comments
Open
4 of 8 tasks

Basic queries #3

DenisCarriere opened this issue Jul 29, 2018 · 0 comments
Assignees
Labels
query Query Idea

Comments

@DenisCarriere
Copy link
Contributor

DenisCarriere commented Jul 29, 2018

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
  }
}
@DenisCarriere DenisCarriere self-assigned this Jul 29, 2018
@DenisCarriere DenisCarriere added the query Query Idea label Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
query Query Idea
Projects
None yet
Development

No branches or pull requests

1 participant