We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cc515 commit d783ec7Copy full SHA for d783ec7
src/main/java/graphql/introspection/IntrospectionWithDirectivesSupport.java
@@ -229,7 +229,7 @@ public GraphQLDirective getDirective() {
229
* The parameter environment on a call to {@link DirectivePredicate}
230
*/
231
@PublicApi
232
- interface DirectivePredicateEnvironment {
+ public interface DirectivePredicateEnvironment {
233
234
/**
235
* The schema element that contained this directive. If this is a {@link GraphQLSchema}
@@ -262,7 +262,7 @@ interface DirectivePredicateEnvironment {
262
263
@PublicSpi
264
@FunctionalInterface
265
- interface DirectivePredicate {
+ public interface DirectivePredicate {
266
267
* Return true if the directive should be included
268
*
0 commit comments