Add product comments (#54)
This commit is contained in:
@@ -295,6 +295,7 @@ type ProductFields {
|
||||
printFileWidth: Int
|
||||
printFileHeight: Int
|
||||
printFileDpi: Int
|
||||
comments: String
|
||||
}
|
||||
|
||||
enum Orientation {
|
||||
@@ -469,4 +470,6 @@ type Mutation {
|
||||
|
||||
addCategoriesToProduct(productId: Int!, categoryIds: [Int]!): Product
|
||||
removeCategoriesFromProduct(productId: Int!, categoryIds: [Int]!): Product
|
||||
|
||||
updateProductComments(productId: Int!, comments: String!): Product
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user