OBJECT

SpecificDateSpec

Description

Specific date specification (e.g., 5th, 15th, last day).

link GraphQL Schema definition

  • type SpecificDateSpec {
  • # Date offset from the start (positive) or end (negative) of the month. Valid
  • # range: -1 to 28 (excluding 0). Positive values (1-28) indicate days from the
  • # start of the month (e.g., 1 = 1st, 5 = 5th). A negative value of -1 indicates
  • # the last day of the month.
  • dateOffset: Int!
  • }