UpdateReportableTablePayload
The output of our update ReportableTable mutation.
type UpdateReportableTablePayload {
clientMutationId: String
reportableTable: ReportableTable
query: Query
accord: Accord
template: ReportableTableTemplate
workspace: Workspace
reportableTableEdge(
orderBy: [ReportableTablesOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTablesEdge
}
Fields
UpdateReportableTablePayload.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.
UpdateReportableTablePayload.reportableTable ● ReportableTable object
The ReportableTable that was updated by this mutation.
UpdateReportableTablePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateReportableTablePayload.accord ● Accord object
Reads a single Accord that is related to this ReportableTable.
UpdateReportableTablePayload.template ● ReportableTableTemplate object
Reads a single ReportableTableTemplate that is related to this ReportableTable.
UpdateReportableTablePayload.workspace ● Workspace object
Reads a single Workspace that is related to this ReportableTable.
UpdateReportableTablePayload.reportableTableEdge ● ReportableTablesEdge object
An edge for our ReportableTable. May be used by Relay 1.
UpdateReportableTablePayload.reportableTableEdge.orderBy ● [ReportableTablesOrderBy!] list enum
The method to use when ordering ReportableTable.
Returned By
updateReportableTable mutation ● updateReportableTableByNodeId mutation