Temporal types
This is the documentation of the GraphQL Library version 6. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS. |
Type | Description | Example | ||
---|---|---|---|---|
|
ISO datetime string stored as a datetime temporal type. |
|
||
|
"YYYY-MM-DD" date string stored as a date temporal type. |
|
||
|
ISO 8601 duration string stored as a duration type.
|
|
||
|
"YYYY-MM-DDTHH:MM:SS" datetime string stored as a LocalDateTime temporal type. |
|
||
|
RFC3339 time string stored as a Time temporal type. |
|
||
|
"HH:MM:SS[.sss+]" time string stored as a LocalTime temporal type. |
|