-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels