Add mutation for wallpaper types (#41)
This commit is contained in:
+9
-1
@@ -396,12 +396,20 @@ input ProductBlacklistingInput {
|
||||
|
||||
type Mutation {
|
||||
productInfo(productId: Int!, info: ProductInfoInput!): Product
|
||||
productFocusPoint(productId: Int!, focusXpoint2: Float!, focusYpoint2: Float!): Product
|
||||
productFocusPoint(
|
||||
productId: Int!
|
||||
focusXpoint2: Float!
|
||||
focusYpoint2: Float!
|
||||
): Product
|
||||
productBlacklisting(
|
||||
productId: Int!
|
||||
markets: [ProductBlacklistingInput]
|
||||
): Product
|
||||
productGroup(productId: Int!, groupIds: [Int]): Product
|
||||
productKeywords(productId: Int!, keywordIds: [Int]): Product
|
||||
productWallpaperType(
|
||||
productId: Int!
|
||||
wallpaperTypes: [ProductWallpaperType]!
|
||||
): Product
|
||||
addKeyword(name: String!, type: KeywordType): Keyword
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user