| Package | Description |
|---|---|
| com.generated.graphql | |
| com.graphql_java_generator.client | |
| com.graphql_java_generator.client.response |
All classes about the management of the response, coming from the GraphQL server
|
| com.graphql_java_generator.samples.basic.client |
| Modifier and Type | Method and Description |
|---|---|
String |
Query.hello(ObjectResponse objectResponse,
String name)
This method is expected by the graphql-java framework.
|
String |
Query.hello(String queryResponseDef,
String name)
This method is expected by the graphql-java framework.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QueryExecutor.execute(String graphqlQuery,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<T> T |
QueryExecutorImpl.execute(String query,
Class<T> valueType)
Execution of the given simple GraphQL query, and return its response mapped in the relevant POJO.
|
<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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQLResponseParseException
Thrown when the client could not parse the GraphQL response.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
App.main(String[] args) |
Copyright © 2019. All rights reserved.