mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-09 16:03:31 +00:00
3 lines
159 B
GraphQL
3 lines
159 B
GraphQL
|
|
mutation($dataProductUrn: String!, $resourceUrns: [String!]!) {
|
||
|
|
batchSetDataProduct(input: { dataProductUrn: $dataProductUrn, resourceUrns: $resourceUrns})
|
||
|
|
}
|