@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 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.