Modifier and Type | Method and Description |
---|---|
GraphQLHandlerOptions |
GraphQLHandlerOptions.setRequestBatchingEnabled(boolean requestBatchingEnabled)
Whether request batching should be enabled.
|
GraphQLHandlerOptions |
GraphQLHandlerOptions.setRequestMultipartEnabled(boolean requestMultipartEnabled)
Whether request multipart should be enabled.
|
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandlerBuilder |
GraphQLHandlerBuilder.with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
Constructor and Description |
---|
GraphQLHandlerOptions(GraphQLHandlerOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandlerBuilder |
GraphQLHandlerBuilder.with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandlerBuilder |
GraphQLHandlerBuilder.with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandlerBuilder |
GraphQLHandlerBuilder.with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
Copyright © 2024 Eclipse. All rights reserved.