Interface | Description |
---|---|
CustomTypeAdapter<T> |
Class represents the adapter for mapping 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.GraphQLJson |
Represents a JSON object value, will serialized as an regular json object
|
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 |