Skip to content

Commit 4fc0b62

Browse files
committed
graph: Remove unused SubscriptionServer trait
1 parent a119ed6 commit 4fc0b62

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

graph/src/components/server/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/// Component for running GraphQL queries over HTTP.
22
pub mod query;
33

4-
/// Component for running GraphQL subscriptions over WebSockets.
5-
pub mod subscription;
6-
74
/// Component for the index node server.
85
pub mod index_node;
96

graph/src/components/server/subscription.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.

graph/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ pub mod prelude {
125125
stopwatch::StopwatchMetrics, subgraph::*, Collector, Counter, CounterVec, Gauge, GaugeVec,
126126
Histogram, HistogramOpts, HistogramVec, MetricsRegistry, Opts, PrometheusError, Registry,
127127
};
128-
pub use crate::components::server::subscription::SubscriptionServer;
129128
pub use crate::components::store::{
130129
write::EntityModification, AssignmentChange, AssignmentOperation, AttributeNames,
131130
BlockNumber, CachedEthereumCall, ChainStore, Child, ChildMultiplicity, EntityCache,

0 commit comments

Comments
 (0)