INPUT_OBJECT
SpecificDateInput
Description
Specific date specification.
link GraphQL Schema definition
- input SpecificDateInput {
- # Specifies which date of the month to take a snapshot on. Positive values denote
- # offset from start of the month while negative values denote offset from end of
- # the month. For example, 2 denotes second day of the month, -1 denotes last day
- # of the month.
- : Int
- }