Skip to content

Commit

Permalink
update graph deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Jun 8, 2024
1 parent 9f907f4 commit d4d87e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-guides/sdk-guide/hosted-subgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To create a Subgraph, first create a project and choose Subgraph as project type
Then upload your graph to this project with:

```
npx @sentio/cli graph deploy --node https://www.sentio.xyz/api/v1/graph-node --ipfs https://www.sentio.xyz/api/v1/ipfs $PROJECT --version-label v0.0.12 --deploy-key $SENTIO_API_KEY
npx @sentio/cli graph deploy --owner $PROJECT_OWNER --name $PROJECT_NAME
```

Once it get uploaded, use [data-source](data-source "mention") page to view progress. And use data studio to access either GraphQL or SQL.
Expand Down

0 comments on commit d4d87e2

Please sign in to comment.