Skip to main content

DeleteReportableTableTemplatePayload

The output of our delete ReportableTableTemplate mutation.

type DeleteReportableTableTemplatePayload {
clientMutationId: String
reportableTableTemplate: ReportableTableTemplate
deletedReportableTableTemplateNodeId: ID
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
reportableTableTemplateEdge(
orderBy: [ReportableTableTemplatesOrderBy!] = [PRIMARY_KEY_ASC]
): ReportableTableTemplatesEdge
}

Fields

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

DeleteReportableTableTemplatePayload.reportableTableTemplate ● ReportableTableTemplate object

The ReportableTableTemplate that was deleted by this mutation.

DeleteReportableTableTemplatePayload.deletedReportableTableTemplateNodeId ● ID scalar

DeleteReportableTableTemplatePayload.query ● Query object

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

DeleteReportableTableTemplatePayload.workspace ● Workspace object

Reads a single Workspace that is related to this ReportableTableTemplate.

DeleteReportableTableTemplatePayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this ReportableTableTemplate.

DeleteReportableTableTemplatePayload.reportableTableTemplateEdge ● ReportableTableTemplatesEdge object

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

DeleteReportableTableTemplatePayload.reportableTableTemplateEdge.orderBy ● [ReportableTableTemplatesOrderBy!] list enum

The method to use when ordering ReportableTableTemplate.

Returned By

deleteReportableTableTemplate mutation ● deleteReportableTableTemplateByNodeId mutation