Uses of Interface
graphql.introspection.IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment
-
Packages that use IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment Package Description graphql.introspection -
-
Uses of IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment in graphql.introspection
Methods in graphql.introspection that return IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment Modifier and Type Method Description private @NotNull IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment
IntrospectionWithDirectivesSupport. buildDirectivePredicateEnv(GraphQLSchema schema, boolean isDefinedDirective, GraphQLDirectiveContainer container, java.lang.String directiveName)
Methods in graphql.introspection with parameters of type IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment Modifier and Type Method Description boolean
IntrospectionWithDirectivesSupport.DirectivePredicate. isDirectiveIncluded(IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment environment)
Return true if the directive should be included
-