Class AltairController
java.lang.Object
graphql.kickstart.autoconfigure.editor.altair.AltairController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaltair(jakarta.servlet.http.HttpServletResponse response) void
-
Constructor Details
-
AltairController
public AltairController()
-
-
Method Details
-
onceConstructed
- Throws:
IOException
-
altair
@GetMapping("${graphql.altair.mapping:/altair}") public void altair(jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-