ENUM

TimeFormat

Format used for the time

link GraphQL Schema definition

  • enum TimeFormat {
  • # Example: 13:55
  • CLASSIC
  • # Example: 01:55 pm
  • MERIDIAN
  • }