public class GraphqlOptionsHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
GraphqlOptionsHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange httpServerExchange)
For introspection queries, we execute the built in query supplied in graphql-java without any parameters.
|
public void handleRequest(io.undertow.server.HttpServerExchange httpServerExchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerhttpServerExchange - exchangecom.fasterxml.jackson.core.JsonProcessingException - json processing exceptionExceptionCopyright © 2023. All rights reserved.