OBJECT
MonthlyDaySpecSpecificDate
Description
Specific date specification.
link GraphQL Schema definition
- type MonthlyDaySpecSpecificDate {
- # Specifies which date of the month to take a snapshot on. Positive values denote
- # an offset from the start of the month, while negative values denote an offset
- # from the end of the month. For example, 2 denotes the second day of the month,
- # and -1 denotes the last day of the month.
- : SpecificDateSpec!
- }