Uses of Class
io.leangen.graphql.execution.InvocationContext.Builder
-
Packages that use InvocationContext.Builder Package Description io.leangen.graphql.execution -
-
Uses of InvocationContext.Builder in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution that return InvocationContext.Builder Modifier and Type Method Description static InvocationContext.BuilderInvocationContext. builder()InvocationContext.BuilderInvocationContext.Builder. withArguments(Object[] arguments)InvocationContext.BuilderInvocationContext.Builder. withOperation(Operation operation)InvocationContext.BuilderInvocationContext.Builder. withResolutionEnvironment(ResolutionEnvironment resolutionEnvironment)InvocationContext.BuilderInvocationContext.Builder. withResolver(Resolver resolver)Method parameters in io.leangen.graphql.execution with type arguments of type InvocationContext.Builder Modifier and Type Method Description InvocationContextInvocationContext. transform(Consumer<InvocationContext.Builder> builderConsumer)
-