@soda-gql/codegen 0.12.2 → 0.12.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.
package/dist/index.cjs CHANGED
@@ -2793,7 +2793,7 @@ type ResolveOperationAtBuilder_${name}<TOperationType extends OperationType, TNa
2793
2793
  TOperationType,
2794
2794
  TName,
2795
2795
  string[],
2796
- PrebuiltTypes_${name}["operations"][TName]["input"] & AnyConstAssignableInput,
2796
+ PrebuiltTypes_${name}["operations"][TName]["input"],
2797
2797
  Partial<AnyFields>,
2798
2798
  PrebuiltTypes_${name}["operations"][TName]["output"] & object
2799
2799
  >