Open medelman17 opened 5 years ago
With the exception of UpdateProductInput, all Product-related inputs declare the field price to be of type Float. This commit changes UpdateProductInput to be consistent with that pattern.
UpdateProductInput
price
With the exception of
UpdateProductInput
, all Product-related inputs declare the fieldprice
to be of type Float. This commit changesUpdateProductInput
to be consistent with that pattern.