@soda-gql/core 0.11.11 → 0.11.13
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/README.md +1 -1
- package/dist/{index-DPtgl2f4.d.ts → index-CULnRHFI.d.ts} +487 -257
- package/dist/index-CULnRHFI.d.ts.map +1 -0
- package/dist/{index-IMOOkvQf.d.cts → index-DT6mTMaZ.d.cts} +487 -257
- package/dist/index-DT6mTMaZ.d.cts.map +1 -0
- package/dist/index.cjs +717 -535
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +714 -536
- package/dist/index.js.map +1 -1
- package/dist/runtime.d.cts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/package.json +1 -1
- package/dist/index-DPtgl2f4.d.ts.map +0 -1
- package/dist/index-IMOOkvQf.d.cts.map +0 -1
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ The inject module (`{schema}.inject.ts`) bridges your GraphQL schema with TypeSc
|
|
|
111
111
|
|
|
112
112
|
**Scaffolding:**
|
|
113
113
|
```bash
|
|
114
|
-
bun run soda-gql codegen --emit-inject-template ./src/graphql-system/default.inject.ts
|
|
114
|
+
bun run soda-gql codegen schema --emit-inject-template ./src/graphql-system/default.inject.ts
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
This creates a template with standard scalars (ID, String, Int, Float, Boolean) that you can customize.
|