ReportableTableRowCondition
A condition to be used against ReportableTableRow object types. All fields are
tested for equality and combined with a logical ‘and.’
input ReportableTableRowCondition {
id: String
reportableTableId: String
data: JSON
internal: Boolean
workspaceId: String
createdByWorkspaceAccountId: String
order: BigFloat
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
ReportableTableRowCondition.id ● String scalar
Checks for equality with the object’s id field.
ReportableTableRowCondition.reportableTableId ● String scalar
Checks for equality with the object’s reportableTableId field.
ReportableTableRowCondition.data ● JSON scalar
Checks for equality with the object’s data field.
ReportableTableRowCondition.internal ● Boolean scalar
Checks for equality with the object’s internal field.
ReportableTableRowCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
ReportableTableRowCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
ReportableTableRowCondition.order ● BigFloat scalar
Checks for equality with the object’s order field.
ReportableTableRowCondition.version ● Int scalar
Checks for equality with the object’s version field.
ReportableTableRowCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
ReportableTableRowCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
ReportableTableRowCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
reportableTableRows query ● reportableTableRowsConnection query