pub async fn altair_playground_handler(
path: String,
title: &str,
) -> impl IntoResponse
Expand description
Handler that renders an Altair GraphQL playground on the given path to explore the API.
pub async fn altair_playground_handler(
path: String,
title: &str,
) -> impl IntoResponse
Handler that renders an Altair GraphQL playground on the given path to explore the API.