fun apolloWSOptionsOf(keepAlive: Long? = null): ApolloWSOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.ApolloWSOptions objects. |
|
fun graphQLHandlerOptionsOf(requestBatchingEnabled: Boolean? = null, requestMultipartEnabled: Boolean? = null): GraphQLHandlerOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions objects. |
|
fun graphiQLHandlerOptionsOf(enabled: Boolean? = null, graphQLUri: String? = null, headers: Map<String, String>? = null, query: String? = null, variables: JsonObject? = null): GraphiQLHandlerOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions objects. |