- java.lang.Object
- 
- io.helidon.graphql.server.GraphQlSupport
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGraphQlSupport.BuilderFluent API builder to createGraphQlSupport.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQlSupport.Builderbuilder()A builder for fine grained configuration of the support.static GraphQlSupportcreate(graphql.schema.GraphQLSchema schema)Create GraphQL support for a GraphQL schema.voidupdate(Routing.Rules rules)UpdatesRouting.Ruleswithhandlersrepresenting this service.
 
- 
- 
- 
Method Detail- 
createpublic static GraphQlSupport create(graphql.schema.GraphQLSchema schema) Create GraphQL support for a GraphQL schema.- Parameters:
- schema- schema to use for GraphQL
- Returns:
- a new support to register with WebServerRouting.Builder
 
 - 
builderpublic static GraphQlSupport.Builder builder() A builder for fine grained configuration of the support.- Returns:
- a new fluent API builder
 
 - 
updatepublic void update(Routing.Rules rules) Description copied from interface:ServiceUpdatesRouting.Ruleswithhandlersrepresenting this service.
 
- 
 
-