From b5f594c360ae27bf94b5d7bdfb44a42f98dedb68 Mon Sep 17 00:00:00 2001 From: Denis Protassoff Date: Thu, 15 Dec 2022 13:07:27 +0300 Subject: [PATCH] 5354 Added category_default_sort_by to storeConfig --- src/etc/schema.graphqls | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/schema.graphqls b/src/etc/schema.graphqls index 9de68e8..6366e35 100755 --- a/src/etc/schema.graphqls +++ b/src/etc/schema.graphqls @@ -58,6 +58,7 @@ type StoreConfig { is_allowed_reorder: Boolean @doc(desription: "Defines if customer is allowed to reorder") rss_order_subscribe_allow: Boolean @doc(description: "Defines if customer is allowed to subscribe to order status") minimun_password_length: Int @doc(description: "Defines password minimun length for customer") + catalog_default_sort_by: String @doc(description: "Default catalog sort by") } type PriceTaxDisplay {