datahub/smoke-test/tests/dataproduct/queries/setassets_dataproduct.graphql

3 lines
159 B
GraphQL
Raw Permalink Normal View History

mutation($dataProductUrn: String!, $resourceUrns: [String!]!) {
batchSetDataProduct(input: { dataProductUrn: $dataProductUrn, resourceUrns: $resourceUrns})
}