From 6c614d34c0a87600a80ec73211f5e8dbcbe921b1 Mon Sep 17 00:00:00 2001 From: kaioken Date: Sun, 16 Jun 2024 16:49:48 -0400 Subject: [PATCH] refact: issue with query --- graphql/schemas/Inventory/variantChannel.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/schemas/Inventory/variantChannel.graphql b/graphql/schemas/Inventory/variantChannel.graphql index fa8193996..bea4fe496 100644 --- a/graphql/schemas/Inventory/variantChannel.graphql +++ b/graphql/schemas/Inventory/variantChannel.graphql @@ -35,7 +35,7 @@ type VariantChannelRelationship { description: String price: Float discounted_price: Float - warehouses_id: ID! + warehouses_id: ID slug: String is_published: Boolean prices_history: [ChannelsPricesHistoryRelationship!]!