MeetingParticipantInput
No description
input MeetingParticipantInput {
id: ID
personId: ID
exhibitorId: ID
status: UpdateMeetingParticipantStatus
}
Fields
MeetingParticipantInput.id ● ID scalar
ID of a meeting participant to update. If not set, a new participant will be created.
MeetingParticipantInput.personId ● ID scalar
MeetingParticipantInput.exhibitorId ● ID scalar
MeetingParticipantInput.status ● UpdateMeetingParticipantStatus enum
Status to update or use instead of the default value
Member Of
UpdateMeetingInput input