Tag AI Generated motifs in admin
This commit is contained in:
@@ -275,6 +275,7 @@ type Product {
|
||||
fields: ProductFields
|
||||
orientation: Orientation
|
||||
facets: [Facet]
|
||||
is_ai_generated: Boolean!
|
||||
"""
|
||||
Will be single values return in later release
|
||||
"""
|
||||
@@ -436,6 +437,7 @@ input ProductInfoInput {
|
||||
printFileWidth: Int!
|
||||
printFileHeight: Int!
|
||||
printFileDpi: Int!
|
||||
is_ai_generated: Boolean!
|
||||
}
|
||||
|
||||
input ProductBlacklistingInput {
|
||||
|
||||
Reference in New Issue
Block a user