Skip to main content

ReportableTableRow

No description

type ReportableTableRow implements Node {
nodeId: ID!
id: String!
reportableTableId: String!
data: JSON!
internal: Boolean!
workspaceId: String!
createdByWorkspaceAccountId: String
order: BigFloat!
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
reportableTable: ReportableTable
createdByWorkspaceAccount: WorkspaceAccount
workspace: Workspace
}

Fields

ReportableTableRow.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

ReportableTableRow.id ● String! non-null scalar

ReportableTableRow.reportableTableId ● String! non-null scalar

ReportableTableRow.data ● JSON! non-null scalar

ReportableTableRow.internal ● Boolean! non-null scalar

ReportableTableRow.workspaceId ● String! non-null scalar

ReportableTableRow.createdByWorkspaceAccountId ● String scalar

ReportableTableRow.order ● BigFloat! non-null scalar

ReportableTableRow.version ● Int! non-null scalar

ReportableTableRow.deletedAt ● Datetime scalar

ReportableTableRow.updatedAt ● Datetime! non-null scalar

ReportableTableRow.createdAt ● Datetime! non-null scalar

ReportableTableRow.reportableTable ● ReportableTable object

Reads a single ReportableTable that is related to this ReportableTableRow.

ReportableTableRow.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ReportableTableRow.

ReportableTableRow.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTableRow.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

reportableTableRow query ● reportableTableRowByNodeId query ● reportableTableRows query ● sortedReportableTableRows query ● sortedReportableTableRowsForTemplate query

Member Of

CreateReportableTableRowPayload object ● DeleteReportableTableRowPayload object ● ReportableTable object ● ReportableTableRowsConnection object ● ReportableTableRowsEdge object ● UpdateReportableTableCellPayload object ● UpdateReportableTableRowPayload object ● Workspace object ● WorkspaceAccount object