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
{
"childDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
Member Of
deleteLineagesmutation