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)
GraphQLHandler
GraphQLHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config)
-
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)
-