@graphcommerce/magento-graphql 3.0.8 → 3.0.9

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1429](https://github.com/graphcommerce-org/graphcommerce/pull/1429) [`e58df7278`](https://github.com/graphcommerce-org/graphcommerce/commit/e58df727829a12941e7b2ae2159ee2233969493c) Thanks [@paales](https://github.com/paales)! - type policies for Mollie shouldn’t be in the core package
8
+
3
9
  ## 3.0.8
4
10
 
5
11
  ### Patch Changes
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": "3.0.8",
5
+ "version": "3.0.9",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
package/typePolicies.ts CHANGED
@@ -148,9 +148,6 @@ export const magentoTypePolicies: StrictTypedTypePolicies = {
148
148
  // LayerFilterItemInterface: { keyFields: false },
149
149
  MediaGalleryEntry: { keyFields: ['uid'] },
150
150
  // MediaGalleryInterface: { keyFields: false },
151
- MollieIssuer: { keyFields: ['code'] },
152
- // MolliePaymentMethodMeta: { keyFields: false },
153
- // MollieTransactionOutput: { keyFields: false },
154
151
  // Money: { keyFields: false },
155
152
  Order: { keyFields: ['order_number'] },
156
153
  // OrderAddress: { keyFields: false },