We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c676c commit 112d3d4Copy full SHA for 112d3d4
crates/stygian-graph/src/adapters.rs
@@ -37,9 +37,9 @@ pub mod mock_ai;
37
/// GraphQL API adapter — generic ScrapingService for any GraphQL endpoint
38
pub mod graphql;
39
40
+pub mod graphql_rate_limit;
41
/// Proactive cost-throttle management for GraphQL APIs
42
pub mod graphql_throttle;
-pub mod graphql_rate_limit;
43
44
/// Distributed work queue and executor adapters
45
pub mod distributed;
0 commit comments