Expand description
GraphQL API implementation
This module provides GraphQL schema and resolvers for embedding services.
Structs§
- Cache
Statistics - GraphQL representation of cache statistics
- Model
Info - GraphQL representation of model information
- Prediction
Result - GraphQL representation of prediction result
- Query
- GraphQL Query root
- System
Health - GraphQL representation of system health
Functions§
- create_
schema - Create GraphQL schema with API state
- graphiql
- GraphiQL playground handler
- graphql_
handler - GraphQL handler for Axum