@Controller public class ServletGraphiQLController extends GraphiQLController
| Constructor and Description |
|---|
ServletGraphiQLController() |
| 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() |
graphiql@PostConstruct
public void onceConstructed()
throws java.io.IOException
onceConstructed in class GraphiQLControllerjava.io.IOException@GetMapping(value="${graphql.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