Skip to content

Commit 34a0798

Browse files
committed
fix: adjust comment
1 parent 2fcf0f8 commit 34a0798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL/ParseGraphQLSchema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class ParseGraphQLSchema {
204204
if (this.graphQLCustomTypeDefs) {
205205
schemaDirectives.load(this);
206206
if (typeof this.graphQLCustomTypeDefs.getTypeMap === 'function') {
207-
// In following code we use underscore attr to avoid js var un ref
207+
// In following code we use underscore attr to keep the direct variable reference
208208
const customGraphQLSchemaTypeMap = this.graphQLCustomTypeDefs._typeMap;
209209
const findAndReplaceLastType = (parent, key) => {
210210
if (parent[key].name) {

0 commit comments

Comments
 (0)