| Modifier and Type | Method and Description |
|---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandler |
GraphQLHandler.dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
Customize the
DataLoaderRegistry. |
GraphQLHandler |
GraphQLHandler.graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
|
GraphQLHandler |
GraphQLHandler.queryContext(Function<RoutingContext,Object> factory)
Customize the query context object.
|
Copyright © 2019 Eclipse. All rights reserved.