pub type RuntimeSchema = Schema<RuntimeQuery, RuntimeMutation, EmptySubscription>;
Expand description
GraphQL Schema for the Reactive Graph Runtime
Aliased Typeยง
struct RuntimeSchema(/* private fields */);
pub type RuntimeSchema = Schema<RuntimeQuery, RuntimeMutation, EmptySubscription>;
GraphQL Schema for the Reactive Graph Runtime
struct RuntimeSchema(/* private fields */);