Uses of Interface
graphql.introspection.IntrospectionWithDirectivesSupport.DirectivePredicate
Packages that use IntrospectionWithDirectivesSupport.DirectivePredicate
-
Uses of IntrospectionWithDirectivesSupport.DirectivePredicate in graphql.introspection
Fields in graphql.introspection declared as IntrospectionWithDirectivesSupport.DirectivePredicateModifier and TypeFieldDescriptionprivate final IntrospectionWithDirectivesSupport.DirectivePredicateIntrospectionWithDirectivesSupport.directivePredicateConstructors in graphql.introspection with parameters of type IntrospectionWithDirectivesSupport.DirectivePredicateModifierConstructorDescriptionIntrospectionWithDirectivesSupport(IntrospectionWithDirectivesSupport.DirectivePredicate directivePredicate) This version allows you to filter what directives are listed via the provided predicateIntrospectionWithDirectivesSupport(IntrospectionWithDirectivesSupport.DirectivePredicate directivePredicate, String typePrefix) This version allows you to filter what directives are listed via the provided predicate Some graphql systems (graphql-js in 2021) cannot cope with extra types starting with `__` so we use a `_` as a prefix by default.