Class VoyagerController

java.lang.Object
graphql.kickstart.autoconfigure.editor.voyager.VoyagerController

@Controller public class VoyagerController extends Object
  • Constructor Details

    • VoyagerController

      public VoyagerController()
  • Method Details

    • voyager

      @GetMapping("${graphql.voyager.mapping:/voyager}") public org.springframework.http.ResponseEntity<String> voyager(jakarta.servlet.http.HttpServletRequest request, @RequestAttribute(value="_csrf",required=false) Object csrf, @PathVariable Map<String,String> params) throws IOException
      Throws:
      IOException