fraiseql-server 2.0.0-alpha.1

HTTP server for FraiseQL v2 GraphQL engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! Test utilities for the FraiseQL runtime.
//!
//! This module provides utilities for testing runtime components,
//! including mock implementations and test fixtures.
//!
//! TODO: Add mock implementations for:
//! - CacheClient
//! - RateLimiter
//! - IdempotencyStore
//! - Test fixtures for configuration