Module graphql

Module graphql 

Source
Expand description

GraphQL API implementation

This module provides GraphQL schema and resolvers for embedding services.

Structs§

CacheStatistics
GraphQL representation of cache statistics
ModelInfo
GraphQL representation of model information
PredictionResult
GraphQL representation of prediction result
Query
GraphQL Query root
SystemHealth
GraphQL representation of system health

Functions§

create_schema
Create GraphQL schema with API state
graphiql
GraphiQL playground handler
graphql_handler
GraphQL handler for Axum