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.
Date
A custom scalar that is used to indicate a specific date.
The format is YYYY-MM-DD.
HourOfDay
A custom scalar that is used to indicate a specific time of day in 24-hour format. Time zone should be inferred from context.
Follows the format "HH:00" ("HH:mm", but minutes are always 00).
Timezone
A custom scalar representing time zone regions. Regions should be specified in the IANA time zone Database format, such
as "Europe/London" or "America/New_York".