20: printproduct group mutation (#21)

* Finished the mutation for productGroups

* Fixes after CR

* added enums for typeid
This commit is contained in:
Arwid Thornström
2021-09-03 15:11:06 +02:00
committed by GitHub
parent a4b847c7be
commit 8d83205747
5 changed files with 146 additions and 1 deletions
+1
View File
@@ -402,5 +402,6 @@ type Mutation {
productId: Int!
markets: [ProductBlacklistingInput]
): Product
productGroup(productId: Int!, groupIds: [Int]): Product
productKeywords(productId: Int!, keywordIds: [Int]): Product
}