We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504b308 commit c12d33dCopy full SHA for c12d33d
api-specs/graphql/schema.sdl
@@ -1343,6 +1343,14 @@ input BaseSearchKeywordInput {
1343
custom: CustomSuggestTokenizerInput
1344
}
1345
1346
+interface DiscountTypeCombination {
1347
+ type: String!
1348
+}
1349
+
1350
+type Stacking implements DiscountTypeCombination {
1351
1352
1353
1354
type BestDeal implements DiscountTypeCombination {
1355
type: String!
1356
chosenDiscountType: ChosenDiscountType
0 commit comments