mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-10 05:18:05 +00:00
d5608f637a
* Analyse entity aggregations in uniswap subgraph. * Analyse entity aggregation for Day data and Hour data entities. * Design notes. * Reorg, split analysis files. Co-authored-by: nikugogoi <95nikass@gmail.com> |
||
---|---|---|
.. | ||
queries | ||
schema | ||
aggregation.md | ||
contract.md | ||
design-notes.md | ||
package.json | ||
README.md |
Uniswap
Scripts
-
generate:schema
Generate schema for uniswap subgraph in graphql format. The
get-graphql-schema
tool is used to generate the schema (https://github.com/prisma-labs/get-graphql-schema). The uniswap subgraph graphql endpoint is provided in the script to generate the schema. -
lint:schema
Lint schema graphql files.
$ yarn lint:schema schema/frontend.graphql