Skip to content

Commit df7596b

Browse files
committed
fix escape
1 parent 6803320 commit df7596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-client-core/spec/operationBuilders.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ describe("operation builders", () => {
13831383
"backgroundOptions": {
13841384
"startAt": "2024-01-01T00:00:00Z",
13851385
},
1386-
"query": "mutation { updateProduct(id: "gid://shopify/Product/123", product: { title: "New Title" }) { product { id title } } }",
1386+
"query": "mutation { updateProduct(id: \\"gid://shopify/Product/123\\", product: { title: \\"New Title\\" }) { product { id title } } }",
13871387
"shopId": "shop-123",
13881388
},
13891389
}

0 commit comments

Comments
 (0)