Uses of Interface
graphql.schema.idl.SchemaGeneratorDirectiveHelper.EnvInvoker
Packages that use SchemaGeneratorDirectiveHelper.EnvInvoker
-
Uses of SchemaGeneratorDirectiveHelper.EnvInvoker in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type SchemaGeneratorDirectiveHelper.EnvInvokerModifier and TypeMethodDescriptionprivate <T extends GraphQLDirectiveContainer>
TSchemaGeneratorDirectiveHelper.invokeWiring
(T element, SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker, SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env) private <T extends GraphQLDirectiveContainer>
TSchemaGeneratorDirectiveHelper.wireDirectives
(SchemaGeneratorDirectiveHelper.Parameters parameters, T element, List<GraphQLDirective> allDirectives, List<GraphQLAppliedDirective> allAppliedDirectives, SchemaGeneratorDirectiveHelper.EnvBuilder<T> envBuilder, SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker)