ENUM

FTLTimezoneType

FTL Timezone type, describing whether the provided time is in a local, or UTC timezone.

link GraphQL Schema definition

  • enum FTLTimezoneType {
  • # UTC
  • UTC
  • # LT
  • LT
  • }