MeetingParticipant
No description
type MeetingParticipant {
id: ID!
status: MeetingParticipantStatus!
rating: Float
person: EventPerson
exhibitor: Exhibitor
requestSentAt: DateTime
invitationExpiresAt: DateTime
}
Fields
MeetingParticipant.id ● ID! non-null scalar
MeetingParticipant.status ● MeetingParticipantStatus! non-null enum
MeetingParticipant.rating ● Float scalar
Represents the feedback received from the participant typically 1 for thumbs-down and 5 for thumbs-up
MeetingParticipant.person ● EventPerson object
MeetingParticipant.exhibitor ● Exhibitor object
MeetingParticipant.requestSentAt ● DateTime scalar
MeetingParticipant.invitationExpiresAt ● DateTime scalar
Member Of
MeetingNode object