This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
Schema inconsistency of "Quantity / Qty" declaration #631
Labels
bug
Something isn't working
Component: QuoteGraphQl
Contribution Day
Tickets is good for start on Contribution Day
good first issue
Good for newcomers
Milestone
In some places qty is used (CartItemInput and CartItemInterface), and in other places it is expanded to the full word quantity (CartItemQuantityInput and CartItemQuantity).
qty
should be renamedquantity
CartItemQuantityInput
should be renamed toCartItemUpdateQuantityInput
CartItemInput
should be renamed toCartItemQuantityInput
data: CartItemInput!
should be renamed toquantity: CartItemQuantityInput!
The text was updated successfully, but these errors were encountered: