Skip to content

Commit 109a44b

Browse files
committed
Move CartItemDetailsInput to quote scheme.
1 parent d5bece5 commit 109a44b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/ConfigurableProductGraphQl/etc/schema.graphqls

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ type SelectedConfigurableOption {
6565
value_id: Int!
6666
value_label: String!
6767
}
68-
69-
input CartItemDetailsInput {
70-
sku: String!
71-
qty: Float!
72-
}

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ type CartItemSelectedOptionValuePrice {
9494
units: String!
9595
type: PriceTypeEnum!
9696
}
97+
98+
input CartItemDetailsInput {
99+
sku: String!
100+
qty: Float!
101+
}

0 commit comments

Comments
 (0)