Time
A time
type Time {
hours: Int!
iso: String!
minutes: Int!
ms: Float
seconds: Int!
}
Fields
Time.hours
● Int!
non-null scalar
Hours (0-23)
Time.iso
● String!
non-null scalar
ISO8601 string representation of this time
Time.minutes
● Int!
non-null scalar
Minutes (0-59)
Time.ms
● Float
scalar
Milliseconds with 3 decimals (000-999)
Time.seconds
● Int!
non-null scalar
Seconds (0-59)
Member of
DateTime
object