ENUM

TimeUnit

Defines the unit of time measured in a temporal Duration.

link GraphQL Schema definition

  • enum TimeUnit {
  • day
  • hour
  • minute
  • month
  • second
  • week
  • year
  • }