public class GraphiQlHandler extends Object
Constructor and Description |
---|
GraphiQlHandler(String graphQlPath,
Resource graphiQlResource)
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ServerResponse> |
handleRequest(ServerRequest request)
Handle the request, serving the GraphiQL page as HTML or adding a "path"
param and redirecting back to the same URL if needed.
|
public reactor.core.publisher.Mono<ServerResponse> handleRequest(ServerRequest request)