ENUM
Day
A day of the week.
link GraphQL Schema definition
- enum Day {
- # Sunday.
- # Monday.
- # Tuesday.
- # Wednesday.
- # Thursday.
- # Friday.
- # Saturday.
- }
link Require by
- AlertingRotationAn alerting rotation.
- AlertingRotationDayAn alerting rotation day.
- CreateAlertingRotationDayMutationInputThe input object that defines the fields for the createAlertingRotationDay mutation.
- CreateScheduleAvailabilityDayTimeMutationInputThe input object that defines the fields for the createScheduleAvailabilityDayTime mutation.
- CreateScheduleBlockerDayTimeMutationInputThe input object that defines the fields for the createScheduleBlockerDayTime mutation.
- CreateUsageBasedBillingPolicyFreePeriodMutationInputThe input object that defines the fields for the createUsageBasedBillingPolicyFreePeriod mutation.
- Querynull
- ScheduleAvailabilityAvailability for `Job`s to be scheduled.
- ScheduleAvailabilityDayTimeA day and time associated with a `ScheduleAvailability`.
- ScheduleBlockerAn event that blocks off part of a calendar otherwise availability due to `ScheduleAvailability`.
- ScheduleBlockerDayTimeA day and time associated with a `ScheduleBlocker`.
- UpdateAlertingRotationDayMutationInputThe input object that defines the fields for the updateAlertingRotationDay mutation.
- UpdateScheduleAvailabilityDayTimeMutationInputThe input object that defines the fields for the updateScheduleAvailabilityDayTime mutation.
- UpdateScheduleBlockerDayTimeMutationInputThe input object that defines the fields for the updateScheduleBlockerDayTime mutation.
- UpdateUsageBasedBillingPolicyFreePeriodMutationInputThe input object that defines the fields for the updateUsageBasedBillingPolicyFreePeriod mutation.
- UsageBasedBillingPolicyA usage based billing policy.
- UsageBasedBillingPolicyFreePeriodA period of free time in a `UsageBasedBillingPolicy`.