ExhibitorMeetingSlot
No description
type ExhibitorMeetingSlot {
id: ID!
beginsAt: DateTime!
endsAt: DateTime!
isDisabled: Boolean!
}
No description
type ExhibitorMeetingSlot {
id: ID!
beginsAt: DateTime!
endsAt: DateTime!
isDisabled: Boolean!
}
ExhibitorMeetingSlot.id ● ID! non-null scalarExhibitorMeetingSlot.beginsAt ● DateTime! non-null scalarExhibitorMeetingSlot.endsAt ● DateTime! non-null scalarExhibitorMeetingSlot.isDisabled ● Boolean! non-null scalar