-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed
Description
Typescript and Kotlin both have options to generate schema types without specifying operations, this would allow to have a single schema module that can be consumed by all modules. We have a huge graph with 6000+ types, and would like to explore the idea of producing an xcframework of schema types to speed up build times. Understandably it would add types that the app may never use, but if were willing to accept the downside of additionally types for better productivity, it could be worth the trade off. Unfortunately, I couldn't an option for this on iOS. Is this something thats going to be supported? If not, any pointers on how we can add this to our folk of codegen so that we can enable this on our end?
Metadata
Metadata
Assignees
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed