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.
pub async fn graphiql_playground_handler(
path: String,
title: &str,
) -> impl IntoResponse
Handler that renders a GraphiQL playground on the given path to explore the API.