|
hace 4 años | |
---|---|---|
.. | ||
bootstrap | hace 4 años | |
mappings | hace 4 años | |
scripts | hace 4 años | |
.env | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
build.sh | hace 4 años | |
indexer-tsconfig.json | hace 4 años | |
package.json | hace 4 años | |
run-tests.sh | hace 4 años | |
schema.graphql | hace 4 años | |
tsconfig.json | hace 4 años | |
typedefs.json | hace 4 años |
The query-node project contains an input schema (schema.graphql) and mappings for the Joystream content-directory
runtime module.
We use Hydra-cli to generate a graphql server and a block indexer for joystream chain:
$ cd query-node
$ yarn build
Before running mappings make sure indexer(yarn indexer:start
) and indexer-api-server (mappings get the chain data from this graphql server) are both running:
yarn processor:start
Once processor start to store event data you will be able to query this data from http://localhost:4002/graphql
.
query {
channels {
title
}
}