Skip to main content

UnifiedSchema

Type Alias UnifiedSchema 

Source
pub type UnifiedSchema = Schema<MergedQueryRoot, EmptyMutation, SphericalSubscriptionRoot>;
Expand description

Schema flavor that exposes both spatial and category queries.

Aliased Typeยง

pub struct UnifiedSchema(/* private fields */);