Class PlaygroundController
java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>playground(Object csrf)
-
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
-