Skip to content

RecurringDaysInputObjectType

The recurring days input

Fields

day_ranges · [DayRangeInputObjectType] · The list of day ranges
id · ID · The id of the recurring day

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
}