Skip to content

Commit 14aa5f8

Browse files
Merge pull request #126 from Shopify/liz/update-product-mutation
Update ProudctCreate mutation
2 parents 3fa115c + a43d561 commit 14aa5f8

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

web/app/services/product_creator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def call
2929
variables: {
3030
input: {
3131
title: random_title,
32-
variants: [{ price: random_price }],
3332
},
3433
},
3534
)

web/config/initializers/content_security_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Be sure to restart your server when you modify this file.
34

45
# Define an application-wide content security policy.

web/config/initializers/inflections.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Be sure to restart your server when you modify this file.
34

45
# Add new inflection rules using the following format. Inflections

web/config/initializers/permissions_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Define an application-wide HTTP permissions policy. For further
34
# information see https://developers.google.com/web/updates/2018/06/feature-policy
45
#

0 commit comments

Comments
 (0)