Class ReactiveGraphiQLController

java.lang.Object
graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLController
graphql.kickstart.autoconfigure.editor.graphiql.ReactiveGraphiQLController

@Controller public class ReactiveGraphiQLController extends GraphiQLController
  • Constructor Details

    • ReactiveGraphiQLController

      public ReactiveGraphiQLController(GraphiQLProperties graphiQLProperties)
  • Method Details

    • onceConstructed

      @PostConstruct public void onceConstructed() throws IOException
      Overrides:
      onceConstructed in class GraphiQLController
      Throws:
      IOException
    • graphiql

      @GetMapping("${graphql.graphiql.mapping:/graphiql}") public reactor.core.publisher.Mono<Void> graphiql(org.springframework.http.server.reactive.ServerHttpRequest request, org.springframework.http.server.reactive.ServerHttpResponse response, @PathVariable Map<String,String> params)