Class PlaygroundAutoConfiguration

java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundAutoConfiguration

@AutoConfiguration @ConditionalOnWebApplication @EnableConfigurationProperties(PlaygroundProperties.class) public class PlaygroundAutoConfiguration extends Object
  • Constructor Details

    • PlaygroundAutoConfiguration

      public PlaygroundAutoConfiguration()
  • Method Details

    • playgroundController

      @Bean @ConditionalOnProperty(value="graphql.playground.enabled", havingValue="true") public PlaygroundController playgroundController(PlaygroundProperties playgroundProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)