We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320808b commit b0c4f1fCopy full SHA for b0c4f1f
app/routes/app._index.tsx
@@ -63,7 +63,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
63
responseJson.data!.productCreate!.product!.variants.edges[0]!.node!.id!;
64
const variantResponse = await admin.graphql(
65
`#graphql
66
- mutation updateVariant($input: ProductVariantInput!) {
+ mutation shopifyRemixTemplateUpdateVariant($input: ProductVariantInput!) {
67
productVariantUpdate(input: $input) {
68
productVariant {
69
id
0 commit comments