Skip to main content

WorkspacePreferenceCondition

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

input WorkspacePreferenceCondition {
id: String
key: String
value: JSON
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
internal: Boolean
}

Fields

WorkspacePreferenceCondition.id ● String scalar

Checks for equality with the object’s id field.

WorkspacePreferenceCondition.key ● String scalar

Checks for equality with the object’s key field.

WorkspacePreferenceCondition.value ● JSON scalar

Checks for equality with the object’s value field.

WorkspacePreferenceCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

WorkspacePreferenceCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

WorkspacePreferenceCondition.version ● Int scalar

Checks for equality with the object’s version field.

WorkspacePreferenceCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

WorkspacePreferenceCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

WorkspacePreferenceCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

WorkspacePreferenceCondition.internal ● Boolean scalar

Checks for equality with the object’s internal field.

Member Of

workspacePreferences query ● workspacePreferencesConnection query