@soda-gql/core 0.11.12 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soda-gql/core",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "description": "Core types and utilities for zero-runtime GraphQL query generation",
5
5
  "type": "module",
6
6
  "private": false,