File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
29
29
] ;
30
30
const response = await admin . graphql (
31
31
`#graphql
32
- mutation populateProduct ($input: ProductInput!) {
32
+ mutation shopifyRemixTemplatePopulateProduct ($input: ProductInput!) {
33
33
productCreate(input: $input) {
34
34
product {
35
35
id
@@ -63,7 +63,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
63
63
responseJson . data ! . productCreate ! . product ! . variants . edges [ 0 ] ! . node ! . id ! ;
64
64
const variantResponse = await admin . graphql (
65
65
`#graphql
66
- mutation updateVariant ($input: ProductVariantInput!) {
66
+ mutation shopifyRemixTemplateUpdateVariant ($input: ProductVariantInput!) {
67
67
productVariantUpdate(input: $input) {
68
68
productVariant {
69
69
id
You can’t perform that action at this time.
0 commit comments