Skip to main content

MeetingSlotsByDayConnection

No description

type MeetingSlotsByDayConnection {
nextDay(
format: DateTimeFormat
): String
slotsByDay: [MeetingSlotsByDay!]!
}

Fields

MeetingSlotsByDayConnection.nextDay ● String scalar

The next day if there are more results, null otherwise.

MeetingSlotsByDayConnection.nextDay.format ● DateTimeFormat enum

MeetingSlotsByDayConnection.slotsByDay ● [MeetingSlotsByDay!]! non-null object

Member Of

ExhibitorWithEvent object