From f3442943e87c2337912d49b96779888b80e64693 Mon Sep 17 00:00:00 2001 From: arfenis Date: Fri, 2 Aug 2024 16:24:16 -0400 Subject: [PATCH] add id renaming directive --- 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 465077006..a5c45b645 100644 --- a/graphql/schemas/Inventory/variantChannel.graphql +++ b/graphql/schemas/Inventory/variantChannel.graphql @@ -30,7 +30,7 @@ type ChannelsPricesHistoryRelationship { from_date: String! } type VariantChannelRelationship { - channels_id: ID! + channels_id: ID! @rename(attribute: "id") name: String description: String price: Float