When generating a TypeScript schema (without frameworks, without subscribes) for https://api.expo.dev/graphql, the generated code contains 3 instances of:
8839 | limit: ScalarsEnums["Int"];
8840 | offset: ScalarsEnums["Int"];
> 8841 | }) => Array<[Update!]>;
| ^
Which is not valid TypeScript syntax.
When generating a TypeScript schema (without frameworks, without subscribes) for
https://api.expo.dev/graphql, the generated code contains 3 instances of:Which is not valid TypeScript syntax.