mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
added codegen config file
This commit is contained in:
parent
04b89ddd35
commit
2e9a1cd147
22
codegen.yml
Normal file
22
codegen.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
overwrite: true
|
||||||
|
schema: 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph'
|
||||||
|
documents:
|
||||||
|
- './src/utils/subgraph.ts'
|
||||||
|
- './src/components/pages/History/PoolShares.tsx'
|
||||||
|
- './src/components/pages/History/Downloads.tsx'
|
||||||
|
- './src/components/pages/History/ComputeJobs/index.tsx'
|
||||||
|
- './src/ //Users/bogdanfazakas/Sites/ocean-market/src/components/organisms/AssetContent/EditHistory.tsx'
|
||||||
|
# - './src/components/organisms/AssetActions/Pool/index.tsx'
|
||||||
|
- './src/components/organisms/AssetActions/Pool/Graph.tsx'
|
||||||
|
- './src/components/organisms/AssetActions/Consume.tsx'
|
||||||
|
- './src/components/molecules/PoolTransactions.tsx'
|
||||||
|
- './src/components/molecules/MarketStats.tsx'
|
||||||
|
generates:
|
||||||
|
./src/@types/graph.types.ts:
|
||||||
|
plugins:
|
||||||
|
- 'typescript'
|
||||||
|
- 'typescript-operations'
|
||||||
|
- 'typescript-react-apollo'
|
||||||
|
./graphql.schema.json:
|
||||||
|
plugins:
|
||||||
|
- 'introspection'
|
Loading…
Reference in New Issue
Block a user