Type Alias async_graphql::http::DefaultOnConnInitType

source ยท
pub type DefaultOnConnInitType = fn(_: Value) -> Ready<Result<Data>>;
Expand description

Default connection initializer type.