Class GraphiQLHandler

java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

public class GraphiQLHandler extends Object implements MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
A handler for GraphiQL resources.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.