Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
-
Packages that use ExecutionInputBuilderWithContext Package Description io.vertx.mutiny.ext.web.handler.graphql io.vertx.mutiny.ext.web.handler.graphql.ws -
-
Uses of ExecutionInputBuilderWithContext in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ExecutionInputBuilderWithContext Modifier and Type Field Description static TypeArg<ExecutionInputBuilderWithContext>
ExecutionInputBuilderWithContext. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ExecutionInputBuilderWithContext Modifier and Type Method 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)
Method parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type ExecutionInputBuilderWithContext Modifier and Type Method Description ApolloWSHandler
ApolloWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.GraphQLHandler
GraphQLHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config)
Deprecated.as of 4.5.1, useGraphQLHandler.builder(GraphQL)
insteadGraphQLHandlerBuilder
GraphQLHandlerBuilder. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
-
Uses of ExecutionInputBuilderWithContext in io.vertx.mutiny.ext.web.handler.graphql.ws
Method parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type ExecutionInputBuilderWithContext Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)
insteadGraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler)
-