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