Skip to content

Commit b0c4f1f

Browse files
committed
Update the graphql opperation names so they are more easily filterable in logs
1 parent 320808b commit b0c4f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/app._index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
6363
responseJson.data!.productCreate!.product!.variants.edges[0]!.node!.id!;
6464
const variantResponse = await admin.graphql(
6565
`#graphql
66-
mutation updateVariant($input: ProductVariantInput!) {
66+
mutation shopifyRemixTemplateUpdateVariant($input: ProductVariantInput!) {
6767
productVariantUpdate(input: $input) {
6868
productVariant {
6969
id

0 commit comments

Comments
 (0)