Function graphql_starter::graphql::graphql_playground_handler
source · pub async fn graphql_playground_handler(
path: String,
title: &str
) -> impl IntoResponse
Expand description
Handler that renders a GraphQL playground on the given path to explore the GraphQL API.