Skip to content

Commit

Permalink
add id renaming directive
Browse files Browse the repository at this point in the history
  • Loading branch information
arfenis committed Aug 2, 2024
1 parent 2e5a2d1 commit f344294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/Inventory/variantChannel.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f344294

Please sign in to comment.