Type Alias RuntimeSchema

Source
pub type RuntimeSchema = Schema<RuntimeQuery, RuntimeMutation, EmptySubscription>;
Expand description

GraphQL Schema for the Reactive Graph Runtime

Aliased Typeยง

struct RuntimeSchema(/* private fields */);