We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7ad1e + fd9eea2 commit 4a0eb43Copy full SHA for 4a0eb43
tests/subscriptions.rs
@@ -21,6 +21,7 @@ const RESPONSE: &str = include_str!("subscription/subscription_query_response.js
21
schema_path = "tests/subscription/subscription_schema.graphql",
22
query_path = "tests/subscription/subscription_query.graphql",
23
)]
24
+#[allow(dead_code)]
25
struct SubscriptionQuery;
26
27
#[test]
0 commit comments