Uses of Class
io.leangen.graphql.execution.InvocationContext
-
Packages that use InvocationContext Package Description io.leangen.graphql.execution -
-
Uses of InvocationContext in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution that return InvocationContext Modifier and Type Method Description InvocationContextInvocationContext.Builder. build()InvocationContextInvocationContext. transform(Consumer<InvocationContext.Builder> builderConsumer)Methods in io.leangen.graphql.execution with parameters of type InvocationContext Modifier and Type Method Description ObjectResolverInterceptor. aroundInvoke(InvocationContext context, ResolverInterceptor.Continuation continuation)ObjectResolverInterceptor.Continuation. proceed(InvocationContext context)
-