Skip to content

Commit

Permalink
Merge pull request #1525 from bakaphp/feat-user-customfield-worklfow
Browse files Browse the repository at this point in the history
refact: issue with query
  • Loading branch information
kaioken committed Jun 16, 2024
2 parents 1868403 + 6c614d3 commit e91aba7
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 @@ -35,7 +35,7 @@ type VariantChannelRelationship {
description: String
price: Float
discounted_price: Float
warehouses_id: ID!
warehouses_id: ID
slug: String
is_published: Boolean
prices_history: [ChannelsPricesHistoryRelationship!]!
Expand Down

0 comments on commit e91aba7

Please sign in to comment.