Skip to content

Schema module generation without operations #3508

@jaikumar-b

Description

@jaikumar-b

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

No one assigned

    Labels

    questionIssues that have a question which should be addressed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions