Module node_service

Source

Structs§

ApplicationOverview
Chains
MutationRoot
Our root GraphQL mutation type.
NodeService
The NodeService is a server that exposes a web-server to the client. The node service is primarily used to explore the state of a chain in GraphQL.
QueryRoot
Our root GraphQL query type.
ReadOnlyChainStateView
A wrapper type that allows proxying GraphQL queries to a ChainStateView that’s behind an OwnedRwLockReadGuard.
SubscriptionRoot
Our root GraphQL subscription type.