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