We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was deleted in #11, but the visual component
import GrainIcon from '@material-ui/icons/Grain'; <Chip icon={<GrainIcon />} label={`${health.graph.entityCount} entities`} />
and the complete query to the graph
{ indexingStatusForCurrentVersion(subgraphName: "${process.env.SUBGRAPH_NAME}") { synced health entityCount fatalError { message block { number hash } handler } chains { chainHeadBlock { number } latestBlock { number } } } }
can be added back once the index-node requests work again on thegraph.com.
index-node
The text was updated successfully, but these errors were encountered:
index-node requests are working again!
Sorry, something went wrong.
No branches or pull requests
It was deleted in #11,
but the visual component
and the complete query to the graph
can be added back once the
index-node
requests work again on thegraph.com.The text was updated successfully, but these errors were encountered: