diff --git a/data/schema-changes.json b/data/schema-changes.json index 8ea187c..5170b8e 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,7 +1,20 @@ [ { - "diff": "enum_value_new", - "enum": "ProductVariantBulkErrorCode", - "value": "STOCK_ALREADY_EXISTS" + "diff": "field_deprecated", + "type": "Query", + "field": "homepageEvents", + "version": "4.0" + }, + { + "diff": "field_deprecated", + "type": "Query", + "field": "ordersTotal", + "version": "4.0" + }, + { + "diff": "field_deprecated", + "type": "Query", + "field": "reportProductSales", + "version": "4.0" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 4340173..a8ce979 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -55663,8 +55663,8 @@ "homepageEvents": { "type": "OrderEventCountableConnection", "description": "List of activity events to display on homepage (at the moment it only contains order-events).\n\nRequires one of the following permissions: MANAGE_ORDERS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "after": { "type": "String", @@ -55979,8 +55979,8 @@ "ordersTotal": { "type": "TaxedMoney", "description": "Return the total sales amount from a specific period.\n\nRequires one of the following permissions: MANAGE_ORDERS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "channel": { "type": "String", @@ -56670,8 +56670,8 @@ "reportProductSales": { "type": "ProductVariantCountableConnection", "description": "List of top selling products.\n\nRequires one of the following permissions: MANAGE_PRODUCTS.", - "deprecated": null, - "message": null, + "deprecated": "4.0", + "message": "This field will be removed in Saleor 4.0.", "arguments": { "after": { "type": "String", diff --git a/index.html b/index.html index 2f685c0..37c8c9d 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
Generated on 2023-11-21 14:01:07
+Generated on 2023-11-22 14:00:58
Removed in Saleor 4.0
+This field will be removed in Saleor 4.0.
+Removed in Saleor 4.0
+This field will be removed in Saleor 4.0.
+Removed in Saleor 4.0
+This field will be removed in Saleor 4.0.
+