abfd87c517
* add hooks to fecth ticks data and active liquidity * cleanup * add polling interval * moved ms.macro types to dev deps * generate graphql schema on build * added @types/ms.macro * use clone deep
12 lines
331 B
YAML
12 lines
331 B
YAML
overrideExisting: true
|
|
schema: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3'
|
|
documents: 'src/**/!(*.d).{ts,tsx}'
|
|
generates:
|
|
./src/state/data/generated.ts:
|
|
plugins:
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-rtk-query:
|
|
importBaseApiFrom: './slice'
|
|
exportHooks: true
|