| Package | Description |
|---|---|
| com.graphql_java_generator.client |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QueryExecutor.execute(String requestType,
ObjectResponse objectResponse,
List<InputParameter> parameters,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<T> T |
QueryExecutorImpl.execute(String requestType,
ObjectResponse objectResponse,
List<InputParameter> parameters,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
Copyright © 2019. All rights reserved.