ExhibitorMeeting
No description
type ExhibitorMeeting {
meetingNode: MeetingNode!
exhibitor: Exhibitor!
guestAttendee: Attendee
hostAttendee: Attendee
id: ID!
place: MeetingPlace! @deprecated
location: Location!
requestSentAt: DateTime
slot: MeetingSlot!
status: MeetingStatus!
description: String
}
Fields
ExhibitorMeeting.meetingNode ● MeetingNode! non-null object
ExhibitorMeeting.exhibitor ● Exhibitor! non-null object
ExhibitorMeeting.guestAttendee ● Attendee object
ExhibitorMeeting.hostAttendee ● Attendee object
ExhibitorMeeting.id ● ID! non-null scalar
ExhibitorMeeting.place ● MeetingPlace! deprecated non-null object
DEPRECATED
use ExhibitorMeeting.location instead
ExhibitorMeeting.location ● Location! non-null object
ExhibitorMeeting.requestSentAt ● DateTime scalar
ExhibitorMeeting.slot ● MeetingSlot! non-null object
ExhibitorMeeting.status ● MeetingStatus! non-null enum
ExhibitorMeeting.description ● String scalar
Implemented By
Meeting union