Remove typo in comment
This commit is contained in:
parent
ba8cfbd105
commit
e11d0d2535
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/// From <https://github.com/graphql/graphql-js/blob/8c96dc8276f2de27b8af9ffbd71a4597d483523f/src/utilities/introspectionQuery.js#L21>s
|
||||
/// From <https://github.com/graphql/graphql-js/blob/8c96dc8276f2de27b8af9ffbd71a4597d483523f/src/utilities/introspectionQuery.js#L21>
|
||||
pub(crate) const INTROSPECTION_QUERY: &str = include_str!("./query.graphql");
|
||||
pub(crate) const INTROSPECTION_QUERY_WITHOUT_DESCRIPTIONS: &str =
|
||||
include_str!("./query_without_descriptions.graphql");
|
||||
|
|
Loading…
Reference in a new issue