Skip to main content

MeetingCondition

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

input MeetingCondition {
id: String
workspaceId: String
provider: String
providerCallId: String
providerUrl: String
title: String
startedAt: Datetime
duration: Int
callMetadata: JSON
suggestedAccordId: String
suggestedAccordConfidence: Float
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
summary: String
}

Fields

MeetingCondition.id ● String scalar

Checks for equality with the object’s id field.

MeetingCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

MeetingCondition.provider ● String scalar

Checks for equality with the object’s provider field.

MeetingCondition.providerCallId ● String scalar

Checks for equality with the object’s providerCallId field.

MeetingCondition.providerUrl ● String scalar

Checks for equality with the object’s providerUrl field.

MeetingCondition.title ● String scalar

Checks for equality with the object’s title field.

MeetingCondition.startedAt ● Datetime scalar

Checks for equality with the object’s startedAt field.

MeetingCondition.duration ● Int scalar

Checks for equality with the object’s duration field.

MeetingCondition.callMetadata ● JSON scalar

Checks for equality with the object’s callMetadata field.

MeetingCondition.suggestedAccordId ● String scalar

Checks for equality with the object’s suggestedAccordId field.

MeetingCondition.suggestedAccordConfidence ● Float scalar

Checks for equality with the object’s suggestedAccordConfidence field.

MeetingCondition.version ● Int scalar

Checks for equality with the object’s version field.

MeetingCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

MeetingCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

MeetingCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

MeetingCondition.summary ● String scalar

Checks for equality with the object’s summary field.

Member Of

meetings query ● meetingsConnection query