Add Designer.excludeFromSearch field (#119)
This commit is contained in:
@@ -379,6 +379,7 @@ type Designer {
|
||||
id: ID!
|
||||
name: String
|
||||
path: String
|
||||
excludeFromSearch: Boolean
|
||||
orderRows(pagination: PaginationInput!, filter: DateFilterInput): [OrderRow]
|
||||
products: [Product]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user