Scalar Types

Scalar types represent primitive values.

Built-in Scalars

TypeDescription
IntA signed 32-bit integer.
FloatA signed double-precision floating-point value.
StringA UTF-8 character sequence.
Booleantrue or false.
IDA unique identifier.

Custom Scalars

PropertyOutput

TimeInput

Input for primary time component. Expects Int, DateTime formatted String, or Object { timestamp, eventId } where the timestamp is either an Int or a DateTime formatted String, and eventId is a non-negative Int. Valid string formats are RFC3339, RFC2822, %Y-%m-%d, %Y-%m-%dT%H:%M:%S%.3f, %Y-%m-%dT%H:%M:%S%, %Y-%m-%d %H:%M:%S%.3f and %Y-%m-%d %H:%M:%S%.

Upload

A multipart file upload