Skip to content

Commit

Permalink
Add local graph migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed May 14, 2024
1 parent 3f84720 commit d5d53ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/indexer/build/graph-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ An example of using this tool for the Graph Gravatar project is as follows
- `-o` is the output directory

```sh
# Github
subql migrate -f https://github.com/graphprotocol/graph-tooling/tree/main -d examples/ethereum-gravatar -o ~/subquery/gravatar-starter

# Local file
subql migrate -f ~/path/to/subgraph -o ~/path/to/output
```

Once this is done, follow along and complete the remaining steps:
Expand Down

0 comments on commit d5d53ea

Please sign in to comment.