cardano-graphql
cardano-graphql copied to clipboard
docs: adding 04 example queries (related to DREP, SPO) to example_queries folder
Context
Users, applications may want to query:
- The number of active stake ADA in a pool at a specific epoch
- How many delegators are delegating to a specific stake pool.
- Which dRep is the stake address being delegated to?
- Look up information about a dRep based on dRep name
Proposed Solution
Create 04 queries corresponding to the 04 needs above
Important Changes Introduced
No