Skip to main content

NoteCondition

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

input NoteCondition {
id: String
workspaceId: String
accordMemberId: String
text: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

NoteCondition.id ● String scalar

Checks for equality with the object’s id field.

NoteCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

NoteCondition.accordMemberId ● String scalar

Checks for equality with the object’s accordMemberId field.

NoteCondition.text ● String scalar

Checks for equality with the object’s text field.

NoteCondition.version ● Int scalar

Checks for equality with the object’s version field.

NoteCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

NoteCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

NoteCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

notes query ● notesConnection query