Can`t find release notes for @graphql-codegen/typescript v4 #9484
-
Is it a good idea changing Scalar type ID from I beleive using uuid for ID is a best choice and I think most of the devs thinks same way. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I'm also seeking the rationale behind this change. Meanwhile, I'm overriding the built-in const config: CodegenConfig = {
// ...
generates: {
'path/to/file': {
// plugins...
config: {
scalars: {
ID: {
input: 'string',
output: 'string'
},
}
},
},
},
}; |
Beta Was this translation helpful? Give feedback.
-
Seems like GitHub cut off some of the release notes under Releases. |
Beta Was this translation helpful? Give feedback.
Seems like GitHub cut off some of the release notes under Releases.
You can find it here:
https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md#400