Interface GraphiQLHandler
public interface GraphiQLHandler
A handler for GraphiQL resources.
- Author:
- Thomas Segismont
-
Method Summary
Modifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilderCreate a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerCreate a newGraphiQLHandler.static GraphiQLHandlercreate(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler.router()Creates a router configured to serve GraphiQL resources.
-
Method Details
-
create
Create a newGraphiQLHandler.The handler will be configured with default
options. -
create
Create a newGraphiQLHandler.The handler will be configured with the given
options.- Parameters:
options- options for configuring theGraphiQLHandler
-
builder
Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions. -
router
-