Class GraphQLClientConfigurationMergerBean


  • @Singleton
    public class GraphQLClientConfigurationMergerBean
    extends Object
    On startup, this beans takes Quarkus-specific configuration of GraphQL clients (quarkus.* properties) and merges this configuration with the configuration parsed by SmallRye GraphQL itself (CLIENT/mp-graphql/* properties) The resulting merged configuration resides in `io.smallrye.graphql.client.GraphQLClientsConfiguration` Quarkus configuration overrides SmallRye configuration where applicable.
    • Field Detail

      • upstreamConfigs

        io.smallrye.graphql.client.impl.GraphQLClientsConfiguration upstreamConfigs
    • Constructor Detail

      • GraphQLClientConfigurationMergerBean

        public GraphQLClientConfigurationMergerBean()
    • Method Detail

      • enhanceGraphQLConfiguration

        @PostConstruct
        void enhanceGraphQLConfiguration()
      • nothing

        public void nothing()