Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
DeleteLineageInput
Input object expected by the query or mutation
input DeleteLineageInput {
childDashboardId: String
childTableId: String
parentDashboardId: String
parentTableId: String
}
Fields
DeleteLineageInput.childDashboardId ● String scalar general
The id of the children dashboard of the lineage
DeleteLineageInput.childTableId ● String scalar general
The id of the children table of the lineage
DeleteLineageInput.parentDashboardId ● String scalar general
The id of the parent dashboard of the lineage
DeleteLineageInput.parentTableId ● String scalar general
The id of the parent table of the lineage
Example
Member Of
deleteLineagesmutation