Untitled
unknown
plain_text
a year ago
634 B
9
Indexable
mutation {
saveProductData (
input: {
submitType: "",
regionId: "",
tableName: "",
rowsData: [
{
mdmId: "",
recordId: "12",
downstreams: [
{ dwnStrmId: "123" }
],
productFields: [
{
// we know the recordId from the parent
fieldId: "34",
fieldValue: "value"
},
{
fieldId: "78",
fieldValue: "value"
}
]
}
]
})
}Editor is loading...
Leave a Comment