Uses of Interface
graphql.introspection.IntrospectionWithDirectivesSupport.DirectivePredicate
-
Packages that use IntrospectionWithDirectivesSupport.DirectivePredicate Package Description graphql.introspection -
-
Uses of IntrospectionWithDirectivesSupport.DirectivePredicate in graphql.introspection
Fields in graphql.introspection declared as IntrospectionWithDirectivesSupport.DirectivePredicate Modifier and Type Field Description private IntrospectionWithDirectivesSupport.DirectivePredicate
IntrospectionWithDirectivesSupport. directivePredicate
Constructors in graphql.introspection with parameters of type IntrospectionWithDirectivesSupport.DirectivePredicate Constructor Description IntrospectionWithDirectivesSupport(IntrospectionWithDirectivesSupport.DirectivePredicate directivePredicate)
This version allows you to filter what directives are listed via the provided predicateIntrospectionWithDirectivesSupport(IntrospectionWithDirectivesSupport.DirectivePredicate directivePredicate, java.lang.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.
-