Class GraphiQLConfigController

java.lang.Object
org.activiti.cloud.services.notifications.graphql.graphiql.GraphiQLConfigController

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

    • GraphiQLConfigController

      public GraphiQLConfigController()
  • Method Details

    • 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)