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 bb6ef72 commit f623db4Copy full SHA for f623db4
javascript/ql/lib/semmle/javascript/frameworks/Apollo.qll
@@ -15,7 +15,7 @@ module Apollo {
15
]).getMember("ApolloServer")
16
}
17
18
- /** Get an instanceof of the `gql` function that parses GraphQL strings. */
+ /** Gets a reference to the `gql` function that parses GraphQL strings. */
19
private API::Node gql() {
20
result =
21
API::moduleImport([
0 commit comments