pub type GraphQLSchema = Schema;
Type alias for the dynamic schema (for clarity at call sites).
pub struct GraphQLSchema(/* private fields */);