Scalars

Scalars

Int
A signed 32‐bit integer.
Float
A signed double-precision floating-point value.
String
A UTF-8 character sequence.
Boolean
true or false
ID
ID A unique identifier that is serialized in the same way as a String; however, defining it as an ID signifies that it is not intended to be human‐readable.
Long
A 64-bit signed integer.
Timestamp
A custom scalar that is used to indicate the specific time when an event occurs, such as the starting time for a scan or the time at which a scan configuration was last changed. This is displayed according to ISO 8601, with accuracy to the millisecond. The format is YYYY-MM-DDTHH:MM:SS.SSSZ. T marks the start of the time format and Z denotes that the time zone is UTC.