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 a80323d commit ff6fec7Copy full SHA for ff6fec7
.changeset/nine-seals-deliver.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @shopify/graphql-codegen
2
3
+## 0.0.2
4
+
5
+### Patch Changes
6
7
+- Use type imports in the generated d.ts file ([#7](https://github.com/Shopify/graphql-codegen/pull/7)) by [@frandiox](https://github.com/frandiox)
8
9
## 0.0.1
10
11
### Patch Changes
package.json
@@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
- "version": "0.0.1",
+ "version": "0.0.2",
"license": "MIT",
"type": "module",
"main": "dist/cjs/index.cjs",
0 commit comments