91f4892b0c
* setup relay compiler * refactored to use polling interval, fixed PR comments * fixes, readded uninitialized state for liquidity chart * updated cypress test * reorganized graphql files into src/graphql
8 lines
210 B
YAML
8 lines
210 B
YAML
overrideExisting: true
|
|
schema: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3'
|
|
documents: 'src/**/!(*.d).{ts,tsx}'
|
|
generates:
|
|
./src/graphql/schema/schema.graphql:
|
|
plugins:
|
|
- schema-ast
|