Hi, Is it expected that using: ``` config: { ... nonOptionalTypename: true, schema: 'zod', } ``` should prevent `.optional()` from being applied to `__typename`? It does not seem to do this when giving it a try.