Skip to main content

AccordCalendarEventCondition

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

input AccordCalendarEventCondition {
id: String
workspaceId: String
accordId: String
stepId: String
calendarEventId: String
calendarType: String
calendarMetadata: JSON
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

AccordCalendarEventCondition.id ● String scalar

Checks for equality with the object’s id field.

AccordCalendarEventCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

AccordCalendarEventCondition.accordId ● String scalar

Checks for equality with the object’s accordId field.

AccordCalendarEventCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

AccordCalendarEventCondition.calendarEventId ● String scalar

Checks for equality with the object’s calendarEventId field.

AccordCalendarEventCondition.calendarType ● String scalar

Checks for equality with the object’s calendarType field.

AccordCalendarEventCondition.calendarMetadata ● JSON scalar

Checks for equality with the object’s calendarMetadata field.

AccordCalendarEventCondition.version ● Int scalar

Checks for equality with the object’s version field.

AccordCalendarEventCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

AccordCalendarEventCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

AccordCalendarEventCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

accordCalendarEvents query ● accordCalendarEventsConnection query