SCALAR

AWSDateTime

An extended ISO 8601 date and time string ( https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations ) in the format YYYY-MM-DDThh:mm:ss.sssZ. Can optionally include a time zone offset ( https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators ). The time zone offset must be either Z (UTC) or an offset in hours and minutes (and, optionally, seconds). For example, ±hh:mm:ss. The seconds field in the time zone offset is considered valid even though it's not part of the ISO 8601 standard.

link GraphQL Schema definition

  • scalar AWSDateTime

link Require by