pub type ReactiveGraphSchema = Schema<ReactiveGraphQuery, ReactiveGraphMutation, ReactiveGraphSubscription>;
Expand description
GraphQL Schema for the Reactive Graph
Aliased Typeยง
struct ReactiveGraphSchema(/* private fields */);
pub type ReactiveGraphSchema = Schema<ReactiveGraphQuery, ReactiveGraphMutation, ReactiveGraphSubscription>;
GraphQL Schema for the Reactive Graph
struct ReactiveGraphSchema(/* private fields */);