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