Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.graphql | |
io.vertx.rxjava.ext.web.handler.graphql.ws |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ExecutionInputBuilderWithContext> |
ExecutionInputBuilderWithContext.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static <C> ExecutionInputBuilderWithContext<C> |
ExecutionInputBuilderWithContext.newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext arg) |
static <C> ExecutionInputBuilderWithContext<C> |
ExecutionInputBuilderWithContext.newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext arg,
TypeArg<C> __typeArg_C) |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.beforeExecute(io.vertx.core.Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLHandler |
GraphQLHandler.beforeExecute(io.vertx.core.Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)
Set a callback to invoke before executing a GraphQL query.
|
Modifier and Type | Method and Description |
---|---|
GraphQLWSHandler |
GraphQLWSHandler.beforeExecute(io.vertx.core.Handler<ExecutionInputBuilderWithContext<Message>> config)
Set a callback to invoke before executing a GraphQL query.
|
Copyright © 2021 Eclipse. All rights reserved.