(function() {var implementors = {};
implementors["iron"] = [];implementors["juniper"] = ["impl<CtxFactory, Query, Mutation, CtxT> Handler for GraphQLHandler<CtxFactory, Query, Mutation, CtxT> where CtxFactory: Fn(&mut Request) -> CtxT + Send + Sync + 'static, CtxT: Send + Sync + 'static, Query: GraphQLType<CtxT> + Send + Sync + 'static, Mutation: GraphQLType<CtxT> + Send + Sync + 'static","impl Handler for GraphiQLHandler",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()