RecurringDaysInputObjectType
The recurring days input
Fields
day_ranges
· [DayRangeInputObjectType]
· The list of day ranges Used By
Definition
"""The recurring days input"""input RecurringDaysInputObjectType { """ The list of day ranges """ day_ranges: [DayRangeInputObjectType]
""" The id of the recurring day """ id: ID}