Uses of Class
io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Packages that use GraphiQLHandlerOptions
Package
Description
-
Uses of GraphiQLHandlerOptions in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandlerOptionsModifier and TypeMethodDescriptionGraphiQLHandlerOptions.setEnabled(boolean enabled) Whether the GraphiQL development tool should be enabled.GraphiQLHandlerOptions.setGraphQLUri(String graphQLUri) Set the GraphQL HTTP endpoint URI.GraphiQLHandlerOptions.setGraphQLWSEnabled(boolean graphQLWSEnabled) Whether the GraphQLWS transport should be enabled.GraphiQLHandlerOptions.setGraphWSQLUri(String graphQLWSUri) Set the GraphQLWS endpoint URI.GraphiQLHandlerOptions.setHeaders(Map<String, String> headers) A fixed set of HTTP headers to add to GraphiQL requests.GraphiQLHandlerOptions.setHttpEnabled(boolean httpEnabled) Whether the HTTP transport should be enabled.Initial value of the query area in the GraphiQL user interface.GraphiQLHandlerOptions.setVariables(JsonObject variables) Initial value of the variables area in the GraphiQL user interface.GraphiQLHandlerOptions.setWsConnectionParams(JsonObject wsConnectionParams) Initial GraphQLWS connection params.Methods in io.vertx.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphiQLHandlerGraphiQLHandler.create(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler.GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options) Change theGraphiQLHandlerOptionsto use.Constructors in io.vertx.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptionsModifierConstructorDescriptionCopy constructor. -
Uses of GraphiQLHandlerOptions in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphiQLHandlerGraphiQLHandler.create(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler.GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options) Change theGraphiQLHandlerOptionsto use. -
Uses of GraphiQLHandlerOptions in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphiQLHandlerGraphiQLHandler.create(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler.GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options) Change theGraphiQLHandlerOptionsto use.