Function graphiql_playground_handler

Source
pub async fn graphiql_playground_handler(
    path: String,
    title: &str,
) -> impl IntoResponse
Expand description

Handler that renders a GraphiQL playground on the given path to explore the API.