pub fn build_dynamic_schema(schema: &IndexerSchema) -> GraphqlResult<Schema>
Expand description

Build a dynamic schema. This allows for introspection, which allows for extensive auto-documentation and code suggestions.