@PublicApi public static interface IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment
IntrospectionWithDirectivesSupport.DirectivePredicate
Modifier and Type | Method and Description |
---|---|
GraphQLDirective |
getDirective() |
GraphQLDirectiveContainer |
getDirectiveContainer()
The schema element that contained this directive.
|
boolean |
isDefinedDirective()
A schema has two list of directives.
|
GraphQLDirectiveContainer getDirectiveContainer()
GraphQLSchema
then this will be null. This is the only case where this is true.GraphQLDirective getDirective()
boolean isDefinedDirective()