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/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/codegen/graph.types.ts: plugins: - 'typescript' ./src/@types/codegen/graph.operations.ts: plugins: - 'typescript' - 'typescript-operations' ./src/@types/codegen/graph.urql.ts: plugins: - 'typescript-urql' ./src/@types/codegen/graph.reactApollo.ts: plugins: - 'typescript' - 'typescript-operations' - 'typescript-react-apollo' ./src/@types/codegen/graph.reactQuery.ts: plugins: - 'typescript' - 'typescript-operations' - 'typescript-react-query' ./src/@types/codegen/graph.genericSdk.ts: plugins: - 'typescript' - 'typescript-operations' - 'typescript-generic-sdk' ./src/@types/codegen/graph.tyedDocumentNode.ts: plugins: - 'typescript' - 'typescript-operations' - 'typed-document-node' config: withHooks: false