Package ch.brix.gql.client
Class Client
java.lang.Object
ch.brix.gql.client.Client
Base for GraphQL clients.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Client
-
-
Method Details
-
execute
public <T> T execute(CallBuilder<T> callBuilder) throws IOException, InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException
-