Package graphql.schema.idl
Interface SchemaGeneratorDirectiveHelper.EnvBuilder<T extends GraphQLDirectiveContainer>
-
- Enclosing class:
- SchemaGeneratorDirectiveHelper
static interface SchemaGeneratorDirectiveHelper.EnvBuilder<T extends GraphQLDirectiveContainer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaDirectiveWiringEnvironment<T>
apply(T outputElement, java.util.List<GraphQLDirective> allDirectives, java.util.List<GraphQLAppliedDirective> allAppliedDirectives, GraphQLAppliedDirective registeredAppliedDirective, GraphQLDirective registeredDirective)
-
-
-
Method Detail
-
apply
SchemaDirectiveWiringEnvironment<T> apply(T outputElement, java.util.List<GraphQLDirective> allDirectives, java.util.List<GraphQLAppliedDirective> allAppliedDirectives, GraphQLAppliedDirective registeredAppliedDirective, GraphQLDirective registeredDirective)
-
-