Skip to content

Commit

Permalink
docs: add docs and e2e tests for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Apr 29, 2024
1 parent 9a0277f commit 588ab46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/server_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ mutation{
publishAndServeBundle(filenames: ["0017686116-5331aab87811944d-f8d105f60fa2e78d-17686021-default.dbin", "0017686115-f8d105f60fa2e78d-7d23a3e458beaff1-17686021-default.dbin"]) {
ipfsHash
}
# Create, publish, and serve a bundle
publishAndServeBundle(filenames: ["0017686116-5331aab87811944d-f8d105f60fa2e78d-17686021-default.dbin", "0017686115-f8d105f60fa2e78d-7d23a3e458beaff1-17686021-default.dbin"]) {
ipfsHash
}
}
```
with configuration
Expand Down

0 comments on commit 588ab46

Please sign in to comment.