Skip to content

Commit

Permalink
Update gh-pages to output generated at 91aa745
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Sep 28, 2023
1 parent c5f74ed commit b35a440
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
13 changes: 6 additions & 7 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
14 changes: 14 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
},
Expand Down Expand Up @@ -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
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container py-3">
<div class="border-bottom py-3 mb-3">
<h1>Saleor Deprecations Report</h1>
<p class="m-0">Generated on 2023-09-27 14:00:57</p>
<p class="m-0">Generated on 2023-09-28 14:01:03</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit b35a440

Please sign in to comment.