java.lang.Object
io.helidon.webserver.graphql.GraphQlService
- All Implemented Interfaces:
- HttpService,- ServerLifecycle
Support for GraphQL for Helidon WebServer.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic GraphQlService.Builderbuilder()A builder for fine grained configuration of the support.static GraphQlServicecreate(graphql.schema.GraphQLSchema schema) Create GraphQL support for a GraphQL schema.voidUpdates the routing to add handlers of this service.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycleafterStart, afterStop, beforeStart
- 
Method Details- 
createCreate GraphQL support for a GraphQL schema.- Parameters:
- schema- schema to use for GraphQL
- Returns:
- a new support to register with WebServerHttpRouting
 
- 
builderA builder for fine grained configuration of the support.- Returns:
- a new fluent API builder
 
- 
routingDescription copied from interface:HttpServiceUpdates the routing to add handlers of this service.- Specified by:
- routingin interface- HttpService
- Parameters:
- rules- to update
 
 
-