Skip to main content

GraphQLSchema

Type Alias GraphQLSchema 

Source
pub type GraphQLSchema = Schema;
Expand description

Type alias for the dynamic schema (for clarity at call sites).

Aliased Type§

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