pub async fn handler(
schema: Schema<Query, EmptyMutation, Subscription>,
request: Request
) -> Result<impl Reply, Infallible>
pub async fn handler(
schema: Schema<Query, EmptyMutation, Subscription>,
request: Request
) -> Result<impl Reply, Infallible>