pub type Resolvers<RequestCtx> = HashMap<String, Box<ResolverFunc<RequestCtx>>>;
Expand description

Type alias for a mapping from a custom resolver name to a the Rust function that implements the custom resolver.