Class GraphQLPluginAutoConfigurationAllGraphQLCases
java.lang.Object
org.allGraphQLCases.client_spring_autoconfiguration.GraphQLPluginAutoConfigurationAllGraphQLCases
This Spring
AutoConfiguration
class defines the default Spring Beans for this GraphQL schema.- Author:
- etienne-sf
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClient
webClientAllGraphQLCases
(String graphqlEndpointAllGraphQLCases) The Spring reactiveWebClient
that will execute the HTTP requests for GraphQL queries and mutations.
This bean is only created if no such bean already exists
-
Constructor Details
-
GraphQLPluginAutoConfigurationAllGraphQLCases
public GraphQLPluginAutoConfigurationAllGraphQLCases()
-
-
Method Details
-
webClientAllGraphQLCases
@Bean @ConditionalOnMissingBean(name="webClientAllGraphQLCases") public org.springframework.web.reactive.function.client.WebClient webClientAllGraphQLCases(String graphqlEndpointAllGraphQLCases) The Spring reactiveWebClient
that will execute the HTTP requests for GraphQL queries and mutations.
This bean is only created if no such bean already exists
-