MeetingSlotsByDay
No description
type MeetingSlotsByDay {
day(
format: DateTimeFormat
): String!
allSlotsCount: Int!
disabledSlotsCount: Int!
}
Fields
MeetingSlotsByDay.day ● String! non-null scalar
Start of day in the requested timezone.
MeetingSlotsByDay.day.format ● DateTimeFormat enum
MeetingSlotsByDay.allSlotsCount ● Int! non-null scalar
Number of possible meeting slots on this day.
MeetingSlotsByDay.disabledSlotsCount ● Int! non-null scalar
Number of meeting slots disabled on this day.
Member Of
MeetingSlotsByDayConnection object