ReportableTableCondition
A condition to be used against ReportableTable object types. All fields are
tested for equality and combined with a logical ‘and.’
input ReportableTableCondition {
id: String
accordId: String
reportableTableTemplateId: String
title: String
internal: Boolean
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
ReportableTableCondition.id ● String scalar
Checks for equality with the object’s id field.
ReportableTableCondition.accordId ● String scalar
Checks for equality with the object’s accordId field.
ReportableTableCondition.reportableTableTemplateId ● String scalar
Checks for equality with the object’s reportableTableTemplateId field.
ReportableTableCondition.title ● String scalar
Checks for equality with the object’s title field.
ReportableTableCondition.internal ● Boolean scalar
Checks for equality with the object’s internal field.
ReportableTableCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
ReportableTableCondition.version ● Int scalar
Checks for equality with the object’s version field.
ReportableTableCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
ReportableTableCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
ReportableTableCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
reportableTables query ● reportableTablesConnection query