Uses of Interface
io.helidon.graphql.server.InvocationHandler
Package
Description
GraphQL server implementation.
Helidon WebServer GraphQL Support.
-
Uses of InvocationHandler in io.helidon.graphql.server
Modifier 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
Modifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler
(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Modifier and TypeMethodDescriptionGraphQlService.Builder.invocationHandler
(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.