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 Oct 16, 2023
1 parent f5ff47d commit 94b442d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -9200,7 +9200,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether checkout prices should include taxes when displayed in a storefront.\n\nAdded in Saleor 3.9.",
"description": "Determines whether displayed prices should include taxes.\n\nAdded in Saleor 3.9.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -16030,7 +16030,7 @@
"Domain": {
"type": "object",
"interfaces": [],
"description": "Represents shop's domain.",
"description": "Represents API domain.",
"deprecated": null,
"message": null,
"fields": {
Expand All @@ -16050,7 +16050,7 @@
},
"url": {
"type": "String!",
"description": "Shop's absolute URL.",
"description": "The absolute URL of the API.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -33640,7 +33640,7 @@
},
"stockBulkUpdate": {
"type": "StockBulkUpdate",
"description": "Updates stocks for a given variant and warehouse.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point. \n\nRequires one of the following permissions: MANAGE_PRODUCTS.",
"description": "Updates stocks for a given variant and warehouse.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point. \n\nRequires one of the following permissions: MANAGE_PRODUCTS.\n\nTriggers the following webhook events:\n- PRODUCT_VARIANT_STOCK_UPDATED (async): A product variant stock details were updated.",
"deprecated": null,
"message": null,
"arguments": {
Expand Down Expand Up @@ -34832,7 +34832,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether checkout prices should include taxes when displayed in a storefront.\n\nAdded in Saleor 3.9.",
"description": "Determines whether displayed prices should include taxes.\n\nAdded in Saleor 3.9.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -35810,7 +35810,7 @@
},
"displayGrossPrices": {
"type": "Boolean",
"description": "Determines whether checkout prices should include taxes, when displayed in a storefront.",
"description": "Determines whether displayed prices should include taxes.",
"deprecated": null,
"message": null,
"default": null
Expand Down Expand Up @@ -48722,7 +48722,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether this product's price displayed in a storefront should include taxes.\n\nAdded in Saleor 3.9.",
"description": "Determines whether displayed prices should include taxes.\n\nAdded in Saleor 3.9.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -62715,7 +62715,7 @@
"StockBulkUpdate": {
"type": "object",
"interfaces": [],
"description": "Updates stocks for a given variant and warehouse.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point. \n\nRequires one of the following permissions: MANAGE_PRODUCTS.",
"description": "Updates stocks for a given variant and warehouse.\n\nAdded in Saleor 3.13.\n\nNote: this API is currently in Feature Preview and can be subject to changes at later point. \n\nRequires one of the following permissions: MANAGE_PRODUCTS.\n\nTriggers the following webhook events:\n- PRODUCT_VARIANT_STOCK_UPDATED (async): A product variant stock details were updated.",
"deprecated": null,
"message": null,
"fields": {
Expand Down Expand Up @@ -63974,7 +63974,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether prices displayed in a storefront should include taxes.",
"description": "Determines whether displayed prices should include taxes.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -64174,7 +64174,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether prices displayed in a storefront should include taxes for this country.",
"description": "Determines whether displayed prices should include taxes for this country.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down Expand Up @@ -64210,7 +64210,7 @@
},
"displayGrossPrices": {
"type": "Boolean!",
"description": "Determines whether prices displayed in a storefront should include taxes for this country.",
"description": "Determines whether displayed prices should include taxes for this country.",
"deprecated": null,
"message": null,
"default": null
Expand Down Expand Up @@ -64327,7 +64327,7 @@
},
"displayGrossPrices": {
"type": "Boolean",
"description": "Determines whether prices displayed in a storefront should include taxes.",
"description": "Determines whether displayed prices should include taxes.",
"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-10-13 14:01:01</p>
<p class="m-0">Generated on 2023-10-16 14:01:06</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 94b442d

Please sign in to comment.