We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca4a86 commit ea006c9Copy full SHA for ea006c9
utils/gql/GQL_MUTATIONS.js
@@ -88,7 +88,7 @@ export const UPDATE_CART = gql`
88
key
89
product {
90
id
91
- productId
+ databaseId
92
name
93
description
94
type
@@ -111,7 +111,7 @@ export const UPDATE_CART = gql`
111
}
112
variation {
113
114
- variationId
115
116
117
@@ -142,22 +142,22 @@ export const UPDATE_CART = gql`
142
143
144
145
146
147
148
149
150
151
152
updated {
153
154
155
156
157
158
159
160
161
162
163
0 commit comments