Class AltairController

java.lang.Object
graphql.kickstart.autoconfigure.editor.altair.AltairController

@Controller public class AltairController extends Object
  • Constructor Details

    • AltairController

      public AltairController()
  • Method Details

    • onceConstructed

      @PostConstruct public void onceConstructed() throws IOException
      Throws:
      IOException
    • altair

      @GetMapping("${graphql.altair.mapping:/altair}") public void altair(jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException