Skip to main content

DeleteReportableTableByNodeIdInput

All input for the deleteReportableTableByNodeId mutation.

input DeleteReportableTableByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

DeleteReportableTableByNodeIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

DeleteReportableTableByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single ReportableTable to be deleted.

Member Of

deleteReportableTableByNodeId mutation