@longvansoftware/storefront-js-client 4.2.3 → 4.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,7 +56,7 @@ class CloudCloudService extends serviceSDK_1.Service {
|
|
|
56
56
|
updatedBy
|
|
57
57
|
};
|
|
58
58
|
try {
|
|
59
|
-
const response = yield this.
|
|
59
|
+
const response = yield this.graphqlMutationV2(mutation, variables);
|
|
60
60
|
return response.updateDescription;
|
|
61
61
|
}
|
|
62
62
|
catch (error) {
|