Add Designer.excludeFromSearch field (#119)

This commit is contained in:
Fredrik Ringqvist
2022-09-19 15:15:05 +02:00
committed by GitHub
parent b2fa2f7d8a
commit ad9375a6f9
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -379,6 +379,7 @@ type Designer {
id: ID!
name: String
path: String
excludeFromSearch: Boolean
orderRows(pagination: PaginationInput!, filter: DateFilterInput): [OrderRow]
products: [Product]
}