From 2e5a2d1c19d4563ef4b0bed7243dd1e530f34ed1 Mon Sep 17 00:00:00 2001 From: arfenis Date: Fri, 2 Aug 2024 14:22:52 -0400 Subject: [PATCH] rename channel variant relation --- 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 bea4fe496..465077006 100644 --- a/graphql/schemas/Inventory/variantChannel.graphql +++ b/graphql/schemas/Inventory/variantChannel.graphql @@ -30,7 +30,7 @@ type ChannelsPricesHistoryRelationship { from_date: String! } type VariantChannelRelationship { - id: ID! + channels_id: ID! name: String description: String price: Float