Class GraphiQLConfigController
- java.lang.Object
-
- org.activiti.cloud.services.notifications.graphql.graphiql.GraphiQLConfigController
-
@RestController @ConditionalOnWebApplication public class GraphiQLConfigController extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphiQLConfigController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappendSegmentToPath(String path, String segment)StringgetConfigJs()org.springframework.http.ResponseEntity<Map<String,Object>>getGraphiqlJson()StringgetGraphQLWebPath()StringgetGraphQLWsPath()
-
-
-
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()
-
-