Skip to content

Commit c12d33d

Browse files
committed
Updated API from documentation release
1 parent 504b308 commit c12d33d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api-specs/graphql/schema.sdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,14 @@ input BaseSearchKeywordInput {
13431343
custom: CustomSuggestTokenizerInput
13441344
}
13451345

1346+
interface DiscountTypeCombination {
1347+
type: String!
1348+
}
1349+
1350+
type Stacking implements DiscountTypeCombination {
1351+
type: String!
1352+
}
1353+
13461354
type BestDeal implements DiscountTypeCombination {
13471355
type: String!
13481356
chosenDiscountType: ChosenDiscountType

0 commit comments

Comments
 (0)