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