Skip to main content

SessionCondition

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

input SessionCondition {
id: String
workspaceId: String
workspaceAccountId: String
startedAt: Datetime
endedAt: Datetime
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

SessionCondition.id ● String scalar

Checks for equality with the object’s id field.

SessionCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

SessionCondition.workspaceAccountId ● String scalar

Checks for equality with the object’s workspaceAccountId field.

SessionCondition.startedAt ● Datetime scalar

Checks for equality with the object’s startedAt field.

SessionCondition.endedAt ● Datetime scalar

Checks for equality with the object’s endedAt field.

SessionCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

SessionCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

SessionCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

sessions query ● sessionsConnection query