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.
1 parent 0b1bded commit a24dce5Copy full SHA for a24dce5
common/src/graphql.rs
@@ -5,7 +5,6 @@ use std::collections::HashSet;
5
6
use regex::Regex;
7
8
-#[allow(clippy::too_long_first_doc_paragraph)]
9
/// There is no convenient function for filtering GraphQL executable documents
10
/// For sake of simplicity, use regex to filter graphql query string
11
/// Return original string if the query is okay, otherwise error out with unsupported fields
0 commit comments