Type Alias ReactiveGraphSchema

Source
pub type ReactiveGraphSchema = Schema<ReactiveGraphQuery, ReactiveGraphMutation, ReactiveGraphSubscription>;
Expand description

GraphQL Schema for the Reactive Graph

Aliased Typeยง

struct ReactiveGraphSchema(/* private fields */);