diff --git a/data/schema-changes.json b/data/schema-changes.json index 10cb7ff..0dce320 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -1,13 +1,12 @@ [ { - "diff": "type_deprecated", - "type": "ShopDomainUpdate", - "version": "4.0" + "diff": "field_new", + "type": "Category", + "field": "updatedAt" }, { - "diff": "field_deprecated", - "type": "Mutation", - "field": "shopDomainUpdate", - "version": "4.0" + "diff": "field_new", + "type": "CategoryFilterInput", + "field": "updatedAt" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 6fe0a04..e63822d 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -7432,6 +7432,13 @@ "default": null } } + }, + "updatedAt": { + "type": "DateTime!", + "description": "The date and time when the category was last updated.\n\nAdded in Saleor 3.17.", + "deprecated": null, + "message": null, + "arguments": {} } } }, @@ -7703,6 +7710,13 @@ "deprecated": null, "message": null, "default": null + }, + "updatedAt": { + "type": "DateTimeRangeInput", + "description": "Filter by when was the most recent update. \n\nAdded in Saleor 3.17.", + "deprecated": null, + "message": null, + "default": null } } }, diff --git a/index.html b/index.html index 664748c..a08fd5c 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-09-27 14:00:57

+

Generated on 2023-09-28 14:01:03

Summary