Skip to main content

CreateReportableTableRowPayload

The output of our create ReportableTableRow mutation.

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

Fields

CreateReportableTableRowPayload.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.

CreateReportableTableRowPayload.reportableTableRow ● ReportableTableRow object

The ReportableTableRow that was created by this mutation.

CreateReportableTableRowPayload.query ● Query object

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

CreateReportableTableRowPayload.reportableTable ● ReportableTable object

Reads a single ReportableTable that is related to this ReportableTableRow.

CreateReportableTableRowPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ReportableTableRow.

CreateReportableTableRowPayload.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTableRow.

CreateReportableTableRowPayload.reportableTableRowEdge ● ReportableTableRowsEdge object

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

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

The method to use when ordering ReportableTableRow.

Returned By

createReportableTableRow mutation