Skip to content

Commit

Permalink
Move CartItemDetailsInput to quote scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-shab committed Oct 26, 2018
1 parent d5bece5 commit 109a44b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,3 @@ type SelectedConfigurableOption {
value_id: Int!
value_label: String!
}

input CartItemDetailsInput {
sku: String!
qty: Float!
}
5 changes: 5 additions & 0 deletions app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ type CartItemSelectedOptionValuePrice {
units: String!
type: PriceTypeEnum!
}

input CartItemDetailsInput {
sku: String!
qty: Float!
}

0 comments on commit 109a44b

Please sign in to comment.