@graphcommerce/magento-graphql 6.2.0-canary.45 → 6.2.0-canary.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
- package/typePolicies.ts +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.2.0-canary.46
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1968](https://github.com/graphcommerce-org/graphcommerce/pull/1968) [`1d0611abf`](https://github.com/graphcommerce-org/graphcommerce/commit/1d0611abfc002e68e0274713cda31d9e9550bf9c) - prevent ‘SelectedConfigurableOption’ and ‘Customizable’ from being cached. ([@carlocarels90](https://github.com/carlocarels90))
|
|
8
|
+
|
|
3
9
|
## 6.2.0-canary.45
|
|
4
10
|
|
|
5
11
|
## 6.2.0-canary.44
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-graphql",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.2.0-canary.
|
|
5
|
+
"version": "6.2.0-canary.46",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "6.2.0-canary.
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "6.2.0-canary.
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "6.2.0-canary.46",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.46",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "6.2.0-canary.46"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "6.2.0-canary.
|
|
21
|
+
"@graphcommerce/graphql": "6.2.0-canary.46"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"next": "^13.2.0",
|
package/typePolicies.ts
CHANGED
|
@@ -93,21 +93,21 @@ export const magentoTypePolicies: TypedTypePolicies = {
|
|
|
93
93
|
// CustomerOutput: { keyFields: false },
|
|
94
94
|
// CustomerPaymentTokens: { keyFields: false },
|
|
95
95
|
CustomerToken: { keyFields: [] },
|
|
96
|
-
CustomizableAreaOption: { keyFields: ['uid'] },
|
|
97
|
-
CustomizableAreaValue: { keyFields: ['uid'] },
|
|
98
|
-
CustomizableCheckboxOption: { keyFields: ['uid'] },
|
|
99
|
-
CustomizableCheckboxValue: { keyFields: ['uid'] },
|
|
100
|
-
CustomizableDateOption: { keyFields: ['uid'] },
|
|
101
|
-
CustomizableDateValue: { keyFields: ['uid'] },
|
|
102
|
-
CustomizableDropDownOption: { keyFields: ['uid'] },
|
|
103
|
-
CustomizableDropDownValue: { keyFields: ['uid'] },
|
|
104
|
-
CustomizableFieldOption: { keyFields: ['uid'] },
|
|
105
|
-
CustomizableFieldValue: { keyFields: ['uid'] },
|
|
106
|
-
CustomizableFileOption: { keyFields: ['uid'] },
|
|
107
|
-
CustomizableFileValue: { keyFields: ['uid'] },
|
|
108
|
-
CustomizableMultipleOption: { keyFields: ['uid'] },
|
|
109
|
-
CustomizableMultipleValue: { keyFields: ['uid'] },
|
|
110
|
-
CustomizableOptionInterface: { keyFields: ['uid'] },
|
|
96
|
+
// CustomizableAreaOption: { keyFields: ['uid'] },
|
|
97
|
+
// CustomizableAreaValue: { keyFields: ['uid'] },
|
|
98
|
+
// CustomizableCheckboxOption: { keyFields: ['uid'] },
|
|
99
|
+
// CustomizableCheckboxValue: { keyFields: ['uid'] },
|
|
100
|
+
// CustomizableDateOption: { keyFields: ['uid'] },
|
|
101
|
+
// CustomizableDateValue: { keyFields: ['uid'] },
|
|
102
|
+
// CustomizableDropDownOption: { keyFields: ['uid'] },
|
|
103
|
+
// CustomizableDropDownValue: { keyFields: ['uid'] },
|
|
104
|
+
// CustomizableFieldOption: { keyFields: ['uid'] },
|
|
105
|
+
// CustomizableFieldValue: { keyFields: ['uid'] },
|
|
106
|
+
// CustomizableFileOption: { keyFields: ['uid'] },
|
|
107
|
+
// CustomizableFileValue: { keyFields: ['uid'] },
|
|
108
|
+
// CustomizableMultipleOption: { keyFields: ['uid'] },
|
|
109
|
+
// CustomizableMultipleValue: { keyFields: ['uid'] },
|
|
110
|
+
// CustomizableOptionInterface: { keyFields: ['uid'] },
|
|
111
111
|
// CustomizableProductInterface: { keyFields: false },
|
|
112
112
|
CustomizableRadioOption: { keyFields: ['uid'] },
|
|
113
113
|
CustomizableRadioValue: { keyFields: ['uid'] },
|
|
@@ -200,9 +200,9 @@ export const magentoTypePolicies: TypedTypePolicies = {
|
|
|
200
200
|
// SearchResultPageInfo: { keyFields: false },
|
|
201
201
|
SelectedBundleOption: { keyFields: ['uid'] },
|
|
202
202
|
SelectedBundleOptionValue: { keyFields: ['uid'] },
|
|
203
|
-
SelectedConfigurableOption: { keyFields: ['configurable_product_option_value_uid'] },
|
|
204
|
-
SelectedCustomizableOption: { keyFields: ['customizable_option_uid'] },
|
|
205
|
-
SelectedCustomizableOptionValue: { keyFields: ['customizable_option_value_uid'] },
|
|
203
|
+
// SelectedConfigurableOption: { keyFields: ['configurable_product_option_value_uid'] },
|
|
204
|
+
// SelectedCustomizableOption: { keyFields: ['customizable_option_uid'] },
|
|
205
|
+
// SelectedCustomizableOptionValue: { keyFields: ['customizable_option_value_uid'] },
|
|
206
206
|
SelectedPaymentMethod: { keyFields: ['code'] },
|
|
207
207
|
SelectedShippingMethod: { keyFields: ['carrier_code', 'method_code'] },
|
|
208
208
|
// SendEmailToFriendOutput: { keyFields: false },
|