[][src]Crate nash_protocol

Modules

errors
graphql

This module generates types from the Nash GraphQL schema

protocol

Implementation of Nash protocol. Most modules contain submodules for request and response logic. The types.rs submodule is a good place to start to understand any given protocol request. All protocol requests follow logic described by the NashProtocol or NashProtocolSubscription traits.

types

Types shared across the client and protocol requests

utils

Miscellaneous helper functions