Package | Description |
---|---|
org.springframework.boot.autoconfigure.graphql |
Auto-configuration for Spring GraphQL.
|
org.springframework.boot.autoconfigure.graphql.reactive |
Auto-configuration classes for WebFlux support in Spring GraphQL.
|
org.springframework.boot.autoconfigure.graphql.servlet |
Auto-configuration classes for MVC support in Spring GraphQL.
|
org.springframework.boot.test.autoconfigure.graphql.tester |
Auto-configuration for GraphQL tester.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.graphql.execution.GraphQlSource |
GraphQlAutoConfiguration.graphQlSource(ResourcePatternResolver resourcePatternResolver,
GraphQlProperties properties,
ObjectProvider<org.springframework.graphql.execution.DataFetcherExceptionResolver> exceptionResolvers,
ObjectProvider<org.springframework.graphql.execution.SubscriptionExceptionResolver> subscriptionExceptionResolvers,
ObjectProvider<graphql.execution.instrumentation.Instrumentation> instrumentations,
ObjectProvider<org.springframework.graphql.execution.RuntimeWiringConfigurer> wiringConfigurers,
ObjectProvider<GraphQlSourceBuilderCustomizer> sourceCustomizers) |
Modifier and Type | Method and Description |
---|---|
RouterFunction<ServerResponse> |
GraphQlWebFluxAutoConfiguration.graphQlRouterFunction(org.springframework.graphql.server.webflux.GraphQlHttpHandler httpHandler,
org.springframework.graphql.execution.GraphQlSource graphQlSource,
GraphQlProperties properties) |
HandlerMapping |
GraphQlWebFluxAutoConfiguration.WebSocketConfiguration.graphQlWebSocketEndpoint(org.springframework.graphql.server.webflux.GraphQlWebSocketHandler graphQlWebSocketHandler,
GraphQlProperties properties) |
org.springframework.graphql.server.webflux.GraphQlWebSocketHandler |
GraphQlWebFluxAutoConfiguration.WebSocketConfiguration.graphQlWebSocketHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler,
GraphQlProperties properties,
ServerCodecConfigurer configurer) |
Constructor and Description |
---|
GraphQlEndpointCorsConfiguration(GraphQlProperties graphQlProps,
GraphQlCorsProperties corsProps) |
Modifier and Type | Method and Description |
---|---|
RouterFunction<ServerResponse> |
GraphQlWebMvcAutoConfiguration.graphQlRouterFunction(org.springframework.graphql.server.webmvc.GraphQlHttpHandler httpHandler,
org.springframework.graphql.execution.GraphQlSource graphQlSource,
GraphQlProperties properties) |
org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler |
GraphQlWebMvcAutoConfiguration.WebSocketConfiguration.graphQlWebSocketHandler(org.springframework.graphql.server.WebGraphQlHandler webGraphQlHandler,
GraphQlProperties properties,
HttpMessageConverters converters) |
HandlerMapping |
GraphQlWebMvcAutoConfiguration.WebSocketConfiguration.graphQlWebSocketMapping(org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler handler,
GraphQlProperties properties) |
Constructor and Description |
---|
GraphQlEndpointCorsConfiguration(GraphQlProperties graphQlProps,
GraphQlCorsProperties corsProps) |
Modifier and Type | Method and Description |
---|---|
org.springframework.graphql.test.tester.HttpGraphQlTester |
HttpGraphQlTesterAutoConfiguration.webTestClientGraphQlTester(WebTestClient webTestClient,
GraphQlProperties properties) |