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