20: printproduct group mutation (#21)
* Finished the mutation for productGroups * Fixes after CR * added enums for typeid
This commit is contained in:
@@ -51,6 +51,21 @@ export enum ProductGroup {
|
||||
UNKNOWN = 9,
|
||||
}
|
||||
|
||||
export enum ProductMaterials {
|
||||
STANDARD_WALLPAPER = 1,
|
||||
SELF_ADHESIVE_WALLPAPER = 2,
|
||||
STANDARD_CANVAS = 3,
|
||||
PREMIUM_WALLPAPER = 4,
|
||||
PREMIUM_POSTER = 5,
|
||||
PREMIUM_FRAMED_PRINT = 6,
|
||||
}
|
||||
|
||||
export enum ProductSizeTypes {
|
||||
SCALING = 1,
|
||||
FIXED = 2,
|
||||
TILING = 3,
|
||||
}
|
||||
|
||||
export enum ProductType {
|
||||
UNKNOWN = 0,
|
||||
PHOTO = 1,
|
||||
|
||||
Reference in New Issue
Block a user