Skip to main content

MeetingParticipantCondition

A condition to be used against MeetingParticipant object types. All fields are tested for equality and combined with a logical ‘and.’

input MeetingParticipantCondition {
id: String
workspaceId: String
meetingId: String
name: String
email: String
companyName: String
isHostCompany: Boolean
providerUserId: String
workspaceAccountId: String
deletedAt: Datetime
createdAt: Datetime
isHost: Boolean
}

Fields

MeetingParticipantCondition.id ● String scalar

Checks for equality with the object’s id field.

MeetingParticipantCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

MeetingParticipantCondition.meetingId ● String scalar

Checks for equality with the object’s meetingId field.

MeetingParticipantCondition.name ● String scalar

Checks for equality with the object’s name field.

MeetingParticipantCondition.email ● String scalar

Checks for equality with the object’s email field.

MeetingParticipantCondition.companyName ● String scalar

Checks for equality with the object’s companyName field.

MeetingParticipantCondition.isHostCompany ● Boolean scalar

Checks for equality with the object’s isHostCompany field.

MeetingParticipantCondition.providerUserId ● String scalar

Checks for equality with the object’s providerUserId field.

MeetingParticipantCondition.workspaceAccountId ● String scalar

Checks for equality with the object’s workspaceAccountId field.

MeetingParticipantCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

MeetingParticipantCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

MeetingParticipantCondition.isHost ● Boolean scalar

Checks for equality with the object’s isHost field.

Member Of

meetingParticipants query ● meetingParticipantsConnection query