Module linera_service::node_service
source · Structs§
- Our root GraphQL mutation type.
- 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. - Our root GraphQL query type.
- A wrapper type that allows proxying GraphQL queries to a
ChainStateView
that’s behind anOwnedRwLockReadGuard
. - Our root GraphQL subscription type.