Uses of Class
io.helidon.webserver.graphql.GraphQlService.Builder
-
Uses of GraphQlService.Builder in io.helidon.webserver.graphql
Modifier and TypeMethodDescriptionstatic GraphQlService.Builder
GraphQlService.builder()
A builder for fine grained configuration of the support.Update builder from configuration.GraphQlService.Builder.crossOriginConfig
(CrossOriginConfig crossOriginConfig) Set the CORS config from the specifiedCrossOriginConfig
object.GraphQlService.Builder.executor
(ExecutorService executor) Executor service to use for GraphQL processing.GraphQlService.Builder.executor
(Supplier<? extends ExecutorService> executor) Executor service to use for GraphQL processing.GraphQlService.Builder.invocationHandler
(InvocationHandler handler) InvocationHandler to execute GraphQl requests.GraphQlService.Builder.invocationHandler
(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.Configure URI that will serve the GraphQL schema under the context root.GraphQlService.Builder.webContext
(String path) Set a new root context for REST API of graphQL.