Reference: https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#maybevalue Currently the suffix ` | null` is hardcoded for maybe values: https://github.com/atmina/graphql-codegen-plugins/blob/cc4ed5f8b389e4d1bc25258c84d5f47d351b8729/plugins/local-typescript-operations/src/index.ts#L154
Reference: https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#maybevalue
Currently the suffix
| nullis hardcoded for maybe values:graphql-codegen-plugins/plugins/local-typescript-operations/src/index.ts
Line 154 in cc4ed5f