| GGBoolean |
The Boolean scalar type represents true or false.
|
| GGFloat |
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
|
| GGID |
The ID scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.
|
| GGInt |
The Int scalar type represents non-fractional signed whole numeric
values.
|
| GGJSON |
The JSON scalar type represents JSON values as specified by
ECMA-404.
|
| GGString |
The String scalar type represents textual data, represented as UTF-8
character sequences.
|
| GGTimestamp |
Represents a Unix Timestamp.
|
| Scalar<T> |
|