FrontendMasters / intro-to-graphql

[Course] Introduction to GraphQL
192 stars 289 forks source link

fix(UpdateProductInput): Sets type of price field to Float. #1

Open medelman17 opened 5 years ago

medelman17 commented 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.