java.lang.Object
io.helidon.graphql.server.GraphQlSupport
- All Implemented Interfaces:
Service
Support for GraphQL for Helidon WebServer.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GraphQlSupport.Builder
builder()
A builder for fine grained configuration of the support.static GraphQlSupport
create
(graphql.schema.GraphQLSchema schema) Create GraphQL support for a GraphQL schema.void
update
(Routing.Rules rules) UpdatesRouting.Rules
withhandlers
representing this service.
-
Method Details
-
create
Create GraphQL support for a GraphQL schema.- Parameters:
schema
- schema to use for GraphQL- Returns:
- a new support to register with
WebServer
Routing.Builder
-
builder
A builder for fine grained configuration of the support.- Returns:
- a new fluent API builder
-
update
Description copied from interface:Service
UpdatesRouting.Rules
withhandlers
representing this service.
-