Exploring the Graph for Arena
git clone https://github.com/dfdao/arena-subgraph.git
yarn
yarn ts-node query.ts
Update the QUERY variable in query.ts for any query you want to run.
This follows the GraphQL syntax.
This is a work in progress, but if you go to the playground and click Query, you can see the schema that is available for querying.
Currently only the
ArenaandArenaPlayerentities are able to be queried!