Class GraphQLClientsConfig

java.lang.Object
io.quarkus.smallrye.graphql.client.runtime.GraphQLClientsConfig

@ConfigRoot(name="smallrye-graphql-client", phase=RUN_TIME) public class GraphQLClientsConfig extends Object
  • Field Details

    • clients

      @ConfigItem(name="<<parent>>") public Map<String,GraphQLClientConfig> clients
      Configurations of named GraphQL client instances. For dynamic clients, the key here (the client name) is always the same as the value used in the `@GraphQLClient` annotation used for injecting the client. For typesafe clients, the key here can be either the value of the configKey parameter of a `@GraphQLClientApi` annotation, or the name of a class bearing that annotation, in which case it is possible to use the short name, as well as fully qualified.
  • Constructor Details

    • GraphQLClientsConfig

      public GraphQLClientsConfig()