We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e058ff2 commit 0b4a81cCopy full SHA for 0b4a81c
website/pages/en/cookbook/migrating-a-subgraph.mdx
@@ -12,7 +12,8 @@ The process of migration is quick and your subgraphs will forever benefit from t
12
13
- You have already deployed a subgraph on the hosted service.
14
- The subgraph is indexing a chain available (or available in beta) on The Graph Network.
15
-- The subgraph does not have IPFS or full-text search dependencies (these are not fully supported on the decentralized network yet).
+- The subgraph does not use `ipfs.cat` in handler functions.
16
+- The subgraph does not have full-text search dependencies (it is not fully supported on the decentralized network yet).
17
18
## Migrating an Existing Subgraph to The Graph Network
19
0 commit comments