Uses of Class
io.helidon.graphql.server.GraphQlSupport
-
Packages that use GraphQlSupport Package Description io.helidon.graphql.server GraphQL server implementation for Helidon SE. -
-
Uses of GraphQlSupport in io.helidon.graphql.server
Methods in io.helidon.graphql.server that return GraphQlSupport Modifier and Type Method Description GraphQlSupport
GraphQlSupport.Builder. build()
static GraphQlSupport
GraphQlSupport. create(graphql.schema.GraphQLSchema schema)
Create GraphQL support for a GraphQL schema.
-