diff --git a/api-specs/graphql/schema.sdl b/api-specs/graphql/schema.sdl index b42d35e65..448e4222a 100644 --- a/api-specs/graphql/schema.sdl +++ b/api-specs/graphql/schema.sdl @@ -4511,7 +4511,7 @@ type FixedPriceCartDiscountValue implements CartDiscountValue { } input FixedPriceCartDiscountValueInput { - money: [CartDiscountValueBaseMoneyInputType!]! + money: [CartDiscountValueBaseMoneyInput!]! applicationMode: DiscountApplicationMode! }