OBJECT

Duration

link GraphQL Schema definition

  • type Duration {
  • # The hours part of the duration
  • hours: Int
  • # The minutes part of the duration
  • minutes: Int
  • # The seconds part of the duration
  • seconds: Int
  • }