Uses of Package
com.graphql_java_generator.client.request
| Package | Description |
|---|---|
| com.graphql_java_generator.client | |
| com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Classes in com.graphql_java_generator.client.request used by com.graphql_java_generator.client Class Description ObjectResponse This class describes what response is expected from the GraphQL server. -
Classes in com.graphql_java_generator.client.request used by com.graphql_java_generator.client.request Class Description Builder This class is a Builder that'll help to build aObjectResponse, which defines what should appear in the response from the GraphQL server.InputParameter Contains an input parameter, to be sent to a query (mutation...).ObjectResponse This class describes what response is expected from the GraphQL server.