We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcf0f8 commit 34a0798Copy full SHA for 34a0798
src/GraphQL/ParseGraphQLSchema.js
@@ -204,7 +204,7 @@ class ParseGraphQLSchema {
204
if (this.graphQLCustomTypeDefs) {
205
schemaDirectives.load(this);
206
if (typeof this.graphQLCustomTypeDefs.getTypeMap === 'function') {
207
- // In following code we use underscore attr to avoid js var un ref
+ // In following code we use underscore attr to keep the direct variable reference
208
const customGraphQLSchemaTypeMap = this.graphQLCustomTypeDefs._typeMap;
209
const findAndReplaceLastType = (parent, key) => {
210
if (parent[key].name) {
0 commit comments