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!
}
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
DEPRECATEDuse 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
Implemented By
Meeting
union