Package graphql.schema.idl
Interface SchemaGeneratorDirectiveHelper.EnvBuilder<T extends GraphQLDirectiveContainer>
- Enclosing class:
SchemaGeneratorDirectiveHelper
static interface SchemaGeneratorDirectiveHelper.EnvBuilder<T extends GraphQLDirectiveContainer>
-
Method Summary
Modifier and TypeMethodDescriptionapply
(T outputElement, List<GraphQLDirective> allDirectives, List<GraphQLAppliedDirective> allAppliedDirectives, GraphQLAppliedDirective registeredAppliedDirective, GraphQLDirective registeredDirective)
-
Method Details
-
apply
SchemaDirectiveWiringEnvironment<T> apply(T outputElement, List<GraphQLDirective> allDirectives, List<GraphQLAppliedDirective> allAppliedDirectives, GraphQLAppliedDirective registeredAppliedDirective, GraphQLDirective registeredDirective)
-