Class GraphiQLIndexController


  • @Controller
    @ConditionalOnWebApplication
    public class GraphiQLIndexController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphiQLIndexController

        public GraphiQLIndexController()
    • Method Detail

      • getIndex

        @GetMapping("/graphiql")
        public java.lang.String getIndex()