@Controller
public class GraphiQLController
extends java.lang.Object
| Constructor and Description |
|---|
GraphiQLController() |
| Modifier and Type | Method and Description |
|---|---|
void |
graphiql(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.util.Map<java.lang.String,java.lang.String> params) |
void |
onceConstructed() |
@PostConstruct
public void onceConstructed()
throws java.io.IOException
java.io.IOException@RequestMapping(value="${graphiql.mapping:/graphiql}")
public void graphiql(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable
java.util.Map<java.lang.String,java.lang.String> params)
throws java.io.IOException
java.io.IOException