AdjustBenefitsCalendarInput
Input for the mutation that adjusts a series of time blocks of the client benefit calendar.
input AdjustBenefitsCalendarInput {
benefitCalendarId: BenefitCalendarEntryID!
timeOfDay: TimeOfDayType!
}
Fields
AdjustBenefitsCalendarInput.benefitCalendarId ● BenefitCalendarEntryID! non-null scalar
ID of the benefit calendar, which is being adjusted
AdjustBenefitsCalendarInput.timeOfDay ● TimeOfDayType! non-null enum
New time of day of the given series
Member Of
adjustBenefitsCalendar mutation