Structs§
- Application
Overview - Chains
- Mutation
Root - Our root GraphQL mutation type.
- Node
Service - 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. - Query
Root - Our root GraphQL query type.
- Read
Only Chain State View - A wrapper type that allows proxying GraphQL queries to a
ChainStateView
that’s behind anOwnedRwLockReadGuard
. - Subscription
Root - Our root GraphQL subscription type.