Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
669 changes: 464 additions & 205 deletions checkout/javascript/cart-checkout-validation/default/schema.graphql

Large diffs are not rendered by default.

638 changes: 466 additions & 172 deletions checkout/javascript/cart-transform/default/schema.graphql

Large diffs are not rendered by default.

680 changes: 474 additions & 206 deletions checkout/javascript/delivery-customization/default/schema.graphql

Large diffs are not rendered by default.

701 changes: 494 additions & 207 deletions checkout/javascript/payment-customization/default/schema.graphql

Large diffs are not rendered by default.

669 changes: 464 additions & 205 deletions checkout/rust/cart-checkout-validation/default/schema.graphql

Large diffs are not rendered by default.

638 changes: 466 additions & 172 deletions checkout/rust/cart-transform/bundles/schema.graphql

Large diffs are not rendered by default.

638 changes: 466 additions & 172 deletions checkout/rust/cart-transform/default/schema.graphql

Large diffs are not rendered by default.

680 changes: 474 additions & 206 deletions checkout/rust/delivery-customization/default/schema.graphql

Large diffs are not rendered by default.

701 changes: 494 additions & 207 deletions checkout/rust/payment-customization/default/schema.graphql

Large diffs are not rendered by default.

669 changes: 464 additions & 205 deletions checkout/wasm/cart-checkout-validation/default/schema.graphql

Large diffs are not rendered by default.

638 changes: 466 additions & 172 deletions checkout/wasm/cart-transform/default/schema.graphql

Large diffs are not rendered by default.

680 changes: 474 additions & 206 deletions checkout/wasm/delivery-customization/default/schema.graphql

Large diffs are not rendered by default.

701 changes: 494 additions & 207 deletions checkout/wasm/payment-customization/default/schema.graphql

Large diffs are not rendered by default.

823 changes: 511 additions & 312 deletions discounts/javascript/discount/default/schema.graphql

Large diffs are not rendered by default.

857 changes: 644 additions & 213 deletions discounts/javascript/discounts-allocator/default/schema.graphql

Large diffs are not rendered by default.

730 changes: 506 additions & 224 deletions discounts/javascript/order-discounts/default/schema.graphql

Large diffs are not rendered by default.

734 changes: 508 additions & 226 deletions discounts/javascript/product-discounts/default/schema.graphql

Large diffs are not rendered by default.

693 changes: 483 additions & 210 deletions discounts/javascript/shipping-discounts/default/schema.graphql

Large diffs are not rendered by default.

913 changes: 678 additions & 235 deletions discounts/rust/discount/default/schema.graphql

Large diffs are not rendered by default.

857 changes: 644 additions & 213 deletions discounts/rust/discounts-allocator/default/schema.graphql

Large diffs are not rendered by default.

730 changes: 506 additions & 224 deletions discounts/rust/order-discounts/default/schema.graphql

Large diffs are not rendered by default.

734 changes: 508 additions & 226 deletions discounts/rust/product-discounts/default/schema.graphql

Large diffs are not rendered by default.

693 changes: 483 additions & 210 deletions discounts/rust/shipping-discounts/default/schema.graphql

Large diffs are not rendered by default.

857 changes: 644 additions & 213 deletions discounts/wasm/discounts-allocator/default/schema.graphql

Large diffs are not rendered by default.

730 changes: 506 additions & 224 deletions discounts/wasm/order-discounts/default/schema.graphql

Large diffs are not rendered by default.

734 changes: 508 additions & 226 deletions discounts/wasm/product-discounts/default/schema.graphql

Large diffs are not rendered by default.

693 changes: 483 additions & 210 deletions discounts/wasm/shipping-discounts/default/schema.graphql

Large diffs are not rendered by default.

673 changes: 467 additions & 206 deletions order-routing/javascript/fulfillment-constraints/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

675 changes: 469 additions & 206 deletions order-routing/javascript/location-rules/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

673 changes: 467 additions & 206 deletions order-routing/rust/fulfillment-constraints/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

675 changes: 469 additions & 206 deletions order-routing/rust/location-rules/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

673 changes: 467 additions & 206 deletions order-routing/wasm/fulfillment-constraints/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

675 changes: 469 additions & 206 deletions order-routing/wasm/location-rules/default/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api_version = "2024-01"
api_version = "2024-04"

[[extensions]]
handle = "delivery-customization-js"
Expand Down
Loading