| Interface | Description |
|---|---|
| CustomTypeAdapter<T> |
CustomTypeAdapter class represents the adapter for converting GraphQL custom scalar types to Java objects.
|
| Class | Description |
|---|---|
| CustomTypeValue<T> |
A wrapper class for representation of custom GraphQL type value, used in user provided
CustomTypeAdapter
encoding / decoding functions. |
| CustomTypeValue.GraphQLBoolean |
Represents a
Boolean value |
| CustomTypeValue.GraphQLJsonString |
Represents a
JsonString value |
| CustomTypeValue.GraphQLNumber |
Represents a
Number value |
| CustomTypeValue.GraphQLString |
Represents a
String value |
| OperationJsonWriter | |
| OperationResponseParser<D extends com.apollographql.apollo.api.Operation.Data,W> | |
| ScalarTypeAdapters |