1667b56a04
* auto-generate graphql types * remove introspection * generated .ts and add to prettierignore * updated graph url
11 lines
308 B
YAML
11 lines
308 B
YAML
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
|