We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d38c1 commit e00df01Copy full SHA for e00df01
1 file changed
src/main/java/graphql/schema/idl/SchemaPrinter.java
@@ -315,7 +315,7 @@ public Options includeSchemaElement(Predicate<GraphQLSchemaElement> includeSchem
315
this.includeDirectiveDefinitions,
316
this.useAstDefinitions,
317
this.descriptionsAsHashComments,
318
- includeDirective,
+ this.includeDirective,
319
includeSchemaElement,
320
this.comparatorRegistry);
321
}
0 commit comments