INPUT_OBJECT

DurationInput

link GraphQL Schema definition

  • input DurationInput {
  • # The hours part of the duration
  • hours: Int
  • # The minutes part of the duration
  • minutes: Int
  • # The seconds part of the duration
  • seconds: Int
  • # The typename of the duration
  • __typename: String
  • }