INPUT_OBJECT
OracleTimeRangeInput
Description
Supported in v6.0+
link GraphQL Schema definition
- input OracleTimeRangeInput {
- # Required. Supported in v6.0+
- # v6.0: Timestamp that ends the time range. Specify the timestamp in ISO8601
- # format, as in the example "2016-01-01T01:23:45Z".
- # v7.0+: Timestamp at the end of the time range. Specify the timestamp in ISO8601
- # format, as in the example "2016-01-01T01:23:45Z".
- DateTime :
- # Required. Supported in v6.0+
- # v6.0: Timestamp that starts the time range. Specify the timestamp in ISO8601
- # format, as in the example "2016-01-01T01:23:45Z".
- # v7.0+: Timestamp at the beginning of the time range. Specify the timestamp in
- # ISO8601 format, as in the example "2016-01-01T01:23:45Z".
- DateTime :
- }