@graphcommerce/magento-graphql 9.0.0-canary.103 → 9.0.0-canary.105
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,9 +1,9 @@
|
|
|
1
|
-
import fragments from '@graphcommerce/graphql/generated/fragments.json'
|
|
2
1
|
import type {
|
|
3
2
|
AttributeValueInterfaceResolvers,
|
|
4
3
|
MeshContext,
|
|
5
4
|
Resolvers,
|
|
6
5
|
} from '@graphcommerce/graphql-mesh'
|
|
6
|
+
import fragments from '@graphcommerce/graphql/generated/fragments.json'
|
|
7
7
|
import { customAttributeMetadataV2 } from './customAttributeMetadataV2'
|
|
8
8
|
|
|
9
9
|
type AttributeValueResolver = Pick<AttributeValueInterfaceResolvers<MeshContext>, 'attribute'>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { CustomAttributeMetadataInterface, MeshContext } from '@graphcommerce/graphql-mesh'
|
|
2
2
|
|
|
3
3
|
export type CustomAttributeInput = { attribute_code: string; entity_type: 'catalog_product' }
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import fragments from '@graphcommerce/graphql/generated/fragments.json'
|
|
2
1
|
import type { MeshContext, ProductInterfaceResolvers, Resolvers } from '@graphcommerce/graphql-mesh'
|
|
2
|
+
import fragments from '@graphcommerce/graphql/generated/fragments.json'
|
|
3
3
|
import { Kind } from 'graphql'
|
|
4
4
|
import type { CustomAttributeInput } from './customAttributeMetadataV2'
|
|
5
5
|
import { customAttributeMetadataV2 } from './customAttributeMetadataV2'
|
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": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.105",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.105",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.0-canary.105",
|
|
18
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.105",
|
|
19
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.105",
|
|
20
20
|
"graphql": "^16.0.0",
|
|
21
21
|
"next": "*",
|
|
22
22
|
"react": "^18.2.0",
|