BooleanResponse |
The Boolean scalar type represents true or false .
|
FloatResponse |
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
|
IDResponse |
The ID scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.
|
IntResponse |
The Int scalar type represents non-fractional signed whole numeric
values.
|
JSONResponse |
The JSON scalar type represents JSON values as specified by
ECMA-404.
|
ScalarResponse<T> |
|
StringResponse |
The String scalar type represents textual data, represented as UTF-8
character sequences.
|
TimestampResponse |
Represents a Unix Timestamp.
|