Skip to content

Commit

Permalink
Merge pull request #1774 from bakaphp/renaming-field
Browse files Browse the repository at this point in the history
[hot-fix] add id renaming directive
  • Loading branch information
arfenis committed Aug 2, 2024
2 parents f50240b + f344294 commit d5509fa
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 d5509fa

Please sign in to comment.