Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to generate GraphQL enum types as sealed classes #2279

Merged

Conversation

sav007
Copy link
Contributor

@sav007 sav007 commented May 17, 2020

Update Kotlin compiler to generate GraphQL enum type as sealed class.

Closes #2065

This is a part one: update Kotlin compiler to generate GraphQL enum type as sealed class.

Part of apollographql#2065
@sav007 sav007 self-assigned this May 17, 2020
…gradle/api/CompilerParams.kt

Co-authored-by: Martin Bonnin <martin@mbonnin.net>
@sav007 sav007 force-pushed the feature-2065/enum-as-sealed-class-compiler branch from fc1f6d8 to 62fd4f6 Compare May 19, 2020 15:16
@sav007 sav007 merged commit cbce2c1 into apollographql:master May 19, 2020
@sav007 sav007 deleted the feature-2065/enum-as-sealed-class-compiler branch May 19, 2020 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom code for enums / open enums
3 participants