Untitled

 avatar
unknown
plain_text
8 months ago
634 B
8
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