[][src]Type Definition warpgrapher::engine::resolvers::Resolvers

type Resolvers<GlobalCtx, RequestCtx> = HashMap<String, Box<ResolverFunc<GlobalCtx, RequestCtx>>>;

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