| ArgsBuilder |
Base for argument builders.
|
| Call<T> |
Call to GraphQL API.
|
| CallBuilder<T> |
Base for call builders.
|
| CallModifier |
Used to modify package private 'call' field that should not be made public.
|
| Client |
Base for GraphQL clients.
|
| Deserializer |
Deserializer for GraphQL responses.
|
| InputObject |
Base for input objects.
|
| On |
Base for field selections and calls
|
| Query |
Only used to serialize the query to get the JSON in the correct format.
|
| Scalar |
Base for scalars
|
| Serializer |
GraphQL request serializer.
|
| ThrottledClient |
|
| TypeBuilder |
Base for type builders.
|
| TypeRegistry |
The type registry's main purpose is to avoid Class.forName().
|