Skip to main content

Module node_service

Module node_service 

Source
Expand description

The GraphQL node service exposing wallet and chain state.

Structs§

ApplicationOverview
A summary of an application registered on a chain.
Chains
The set of chains tracked by the wallet.
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 a read guard.
SubscriptionRoot
Our root GraphQL subscription type.

Enums§

NodeServiceSchema
Schema type that can be either full (with mutations) or read-only.