CustomViewCondition
A condition to be used against CustomView object types. All fields are tested
for equality and combined with a logical ‘and.’
input CustomViewCondition {
id: String
name: String
value: JSON
type: String
workspaceAccountId: String
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
order: Int
sourceCustomViewId: String
allowedAccess: String
}
Fields
CustomViewCondition.id ● String scalar
Checks for equality with the object’s id field.
CustomViewCondition.name ● String scalar
Checks for equality with the object’s name field.
CustomViewCondition.value ● JSON scalar
Checks for equality with the object’s value field.
CustomViewCondition.type ● String scalar
Checks for equality with the object’s type field.
CustomViewCondition.workspaceAccountId ● String scalar
Checks for equality with the object’s workspaceAccountId field.
CustomViewCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
CustomViewCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
CustomViewCondition.version ● Int scalar
Checks for equality with the object’s version field.
CustomViewCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
CustomViewCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
CustomViewCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
CustomViewCondition.order ● Int scalar
Checks for equality with the object’s order field.
CustomViewCondition.sourceCustomViewId ● String scalar
Checks for equality with the object’s sourceCustomViewId field.
CustomViewCondition.allowedAccess ● String scalar
Checks for equality with the object’s allowedAccess field.
Member Of
customViews query ● customViewsConnection query