mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-07 16:14:40 +00:00
3 lines
58 B
GraphQL
3 lines
58 B
GraphQL
|
|
mutation($urn: String!) {
|
||
|
|
deleteDataProduct(urn: $urn)
|
||
|
|
}
|