diff --git a/src/etc/schema.graphqls b/src/etc/schema.graphqls index c91125a..5fd0864 100644 --- a/src/etc/schema.graphqls +++ b/src/etc/schema.graphqls @@ -1,5 +1,6 @@ interface ProductInterface { stock_item: ProductStockItem @resolver(class: "Rapidez\\Compadre\\Model\\Resolver\\Inventory\\StockItem") + visibility: Int @doc(description: "Visibility of the product") } type ProductStockItem {