Skip to main content

ReportableTableTemplateCondition

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

input ReportableTableTemplateCondition {
id: String
title: String
description: String
columns: JSON
workspaceId: String
createdByWorkspaceAccountId: String
order: BigFloat
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

ReportableTableTemplateCondition.id ● String scalar

Checks for equality with the object’s id field.

ReportableTableTemplateCondition.title ● String scalar

Checks for equality with the object’s title field.

ReportableTableTemplateCondition.description ● String scalar

Checks for equality with the object’s description field.

ReportableTableTemplateCondition.columns ● JSON scalar

Checks for equality with the object’s columns field.

ReportableTableTemplateCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

ReportableTableTemplateCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

ReportableTableTemplateCondition.order ● BigFloat scalar

Checks for equality with the object’s order field.

ReportableTableTemplateCondition.version ● Int scalar

Checks for equality with the object’s version field.

ReportableTableTemplateCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

ReportableTableTemplateCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

ReportableTableTemplateCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

reportableTableTemplates query ● reportableTableTemplatesConnection query