Class GraphiQLConfigController


  • @RestController
    @ConditionalOnWebApplication
    public class GraphiQLConfigController
    extends Object
    • Constructor Detail

      • GraphiQLConfigController

        public GraphiQLConfigController()
    • Method Detail

      • getConfigJs

        @GetMapping(value="graphiql/config.js",
                    produces="application/javascript")
        @ResponseStatus(OK)
        public String getConfigJs()
      • getGraphiqlJson

        @GetMapping(value="graphiql/config.json",
                    produces="application/json")
        public org.springframework.http.ResponseEntity<Map<String,​Object>> getGraphiqlJson()
      • getGraphQLWebPath

        public String getGraphQLWebPath()
      • getGraphQLWsPath

        public String getGraphQLWsPath()
      • appendSegmentToPath

        public String appendSegmentToPath​(String path,
                                          String segment)