Package io.quarkus.smallrye.graphql.client.runtime
-
Class Summary Class Description GraphQLClientConfig GraphQLClientConfigurationMergerBean 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.GraphQLClientsConfig GraphQLClientSupport Items from build time needed to make available at runtime.QuarkifiedErrorMessageProvider Provides Quarkus-specific versions of error messages for SmallRye GraphQL.SmallRyeGraphQLClientRecorder