Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
Packages that use ExecutionInputBuilderWithContext
Package
Description
-
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 ExecutionInputBuilderWithContextModifier and TypeFieldDescriptionstatic final TypeArg<ExecutionInputBuilderWithContext>
ExecutionInputBuilderWithContext.__TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ExecutionInputBuilderWithContextModifier and TypeMethodDescriptionstatic <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 ExecutionInputBuilderWithContextModifier and TypeMethodDescriptionApolloWSHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config) Deprecated.GraphQLHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config) Deprecated.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 ExecutionInputBuilderWithContextModifier and TypeMethodDescriptionGraphQLWSHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<Message>> config) Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)
insteadGraphQLWSHandlerBuilder.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler)
GraphQLHandler.builder(GraphQL)
instead