pothos-drizzle-generator 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ A Pothos plugin that automatically generates GraphQL schemas based on Drizzle sc
4
4
 
5
5
  ![](./documents/image.png)
6
6
 
7
+ # sample
8
+
9
+ https://github.com/SoraKumo001/pothos-drizzle-generator-sample
10
+
7
11
  # usage
8
12
 
9
13
  To use this service, you must have version `drizzle-orm@1.0.0-beta.2` or later.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pothos-drizzle-generator",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "types": "./dist/cjs/index.d.ts",
6
6
  "exports": {