Skip to main content

UpdateReportableTableRowPayload

The output of our update ReportableTableRow mutation.

type UpdateReportableTableRowPayload {
clientMutationId: String
reportableTableRow: ReportableTableRow
query: Query
reportableTable: ReportableTable
createdByWorkspaceAccount: WorkspaceAccount
workspace: Workspace
reportableTableRowEdge(
orderBy: [ReportableTableRowsOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTableRowsEdge
}

Fields

UpdateReportableTableRowPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateReportableTableRowPayload.reportableTableRow ● ReportableTableRow object

The ReportableTableRow that was updated by this mutation.

UpdateReportableTableRowPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateReportableTableRowPayload.reportableTable ● ReportableTable object

Reads a single ReportableTable that is related to this ReportableTableRow.

UpdateReportableTableRowPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ReportableTableRow.

UpdateReportableTableRowPayload.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTableRow.

UpdateReportableTableRowPayload.reportableTableRowEdge ● ReportableTableRowsEdge object

An edge for our ReportableTableRow. May be used by Relay 1.

UpdateReportableTableRowPayload.reportableTableRowEdge.orderBy ● [ReportableTableRowsOrderBy!] list enum

The method to use when ordering ReportableTableRow.

Returned By

updateReportableTableRow mutation ● updateReportableTableRowByNodeId mutation