async_graphql::http

Type Alias DefaultOnPingType

source
pub type DefaultOnPingType = fn(_: Option<&Data>, _: Option<Value>) -> Ready<Result<Option<Value>>>;
Expand description

Default ping handler type.