Skip to main content

graphql_handler

Function graphql_handler 

Source
async fn graphql_handler(
    __arg0: State<AppState>,
    __arg1: Extension<Arc<RootNode<Query, Mutation, EmptySubscription<Context>>>>,
    __arg2: Json<GraphQLBatchRequest>,
) -> impl IntoResponse
Expand description

Handles GraphQL POST requests.