ENUM

DayOfMonth

Description

Day of the month.

link GraphQL Schema definition

  • enum DayOfMonth {
  • # Fifteenth day of the month.
  • FIFTEENTH
  • # First day of the month.
  • FIRST_DAY
  • # Last day of the month.
  • LAST_DAY
  • }