Class PlaygroundController

java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundController

@Controller public class PlaygroundController extends Object
  • Constructor Details

    • PlaygroundController

      public PlaygroundController()
  • Method Details

    • playground

      @GetMapping("${graphql.playground.mapping:/playground}") public org.springframework.http.ResponseEntity<String> playground(@RequestAttribute(value="_csrf",required=false) Object csrf) throws IOException
      Throws:
      IOException