Uses of Interface
io.helidon.graphql.server.InvocationHandler
Packages that use InvocationHandler
Package
Description
GraphQL server implementation.
Helidon WebServer GraphQL Support.
-
Uses of InvocationHandler in io.helidon.graphql.server
Methods in io.helidon.graphql.server that return InvocationHandlerModifier and TypeMethodDescriptionInvocationHandler.Builder.build()
static InvocationHandler
InvocationHandler.create
(graphql.schema.GraphQLSchema schema) Create a handler for GraphQL schema. -
Uses of InvocationHandler in io.helidon.webserver.graphql
Methods in io.helidon.webserver.graphql with parameters of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler
(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.webserver.graphql with type arguments of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler
(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.