Skip to content

Commit

Permalink
As of 2024-04 you can no longer update variant information with this …
Browse files Browse the repository at this point in the history
…mutation
  • Loading branch information
lizkenyon committed Apr 4, 2024
1 parent c6b758d commit 22b3cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/app/services/product_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def call
query: CREATE_PRODUCTS_MUTATION,
variables: {
input: {
title: random_title,
variants: [{ price: random_price }],
title: random_title
},
},
)
Expand Down

0 comments on commit 22b3cb0

Please sign in to comment.