Class ServletGraphiQLController
java.lang.Object
graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLController
graphql.kickstart.autoconfigure.editor.graphiql.ServletGraphiQLController
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLController
graphiql
-
Constructor Details
-
ServletGraphiQLController
-
-
Method Details
-
onceConstructed
- Overrides:
onceConstructedin classGraphiQLController- Throws:
IOException
-
graphiql
@GetMapping("${graphql.graphiql.mapping:/graphiql}") public void graphiql(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, @PathVariable Map<String, String> params) throws IOException- Throws:
IOException
-