Class GraphQLClientSupport
- java.lang.Object
-
- io.quarkus.smallrye.graphql.client.runtime.GraphQLClientSupport
-
public class GraphQLClientSupport extends Object
Items from build time needed to make available at runtime.
-
-
Constructor Summary
Constructors Constructor Description GraphQLClientSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getKnownConfigKeys()Map<String,String>getShortNamesToQualifiedNamesMapping()voidsetKnownConfigKeys(List<String> knownConfigKeys)voidsetShortNamesToQualifiedNamesMapping(Map<String,String> shortNamesToQualifiedNamesMapping)
-