Skip to content

Commit d2ee502

Browse files
committed
Use jsonBody
1 parent 817fa80 commit d2ee502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discounts/rust/network/default/src/generate_cart_run.graphql.liquid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
fetchResult {
3-
body
3+
jsonBody
44
status
55
}
66
cart {

discounts/rust/network/default/src/generate_delivery_run.graphql.liquid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
fetchResult {
3-
body
3+
jsonBody
44
status
55
}
66
cart {

0 commit comments

Comments
 (0)