Skip to main content

StepMeetingCondition

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

input StepMeetingCondition {
id: String
workspaceId: String
stepId: String
date: Datetime
objective: String
agenda: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
startTime: Datetime
endTime: Datetime
}

Fields

StepMeetingCondition.id ● String scalar

Checks for equality with the object’s id field.

StepMeetingCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepMeetingCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepMeetingCondition.date ● Datetime scalar

Checks for equality with the object’s date field.

StepMeetingCondition.objective ● String scalar

Checks for equality with the object’s objective field.

StepMeetingCondition.agenda ● String scalar

Checks for equality with the object’s agenda field.

StepMeetingCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepMeetingCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepMeetingCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepMeetingCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

StepMeetingCondition.startTime ● Datetime scalar

Checks for equality with the object’s startTime field.

StepMeetingCondition.endTime ● Datetime scalar

Checks for equality with the object’s endTime field.

Member Of

stepMeetings query ● stepMeetingsConnection query