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

Introduce a KGraphQL Kotlin Compiler Plugin #74

Open
jeggy opened this issue Feb 11, 2020 · 0 comments
Open

Introduce a KGraphQL Kotlin Compiler Plugin #74

jeggy opened this issue Feb 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jeggy
Copy link
Member

jeggy commented Feb 11, 2020

I don't have any compiler plugin experience, but I guess it would be possible to create a plugin that would validate the schema at compile time instead of runtime, making development safer.

Example in #71 we define a interface, and then when implementing that interface in a new type, we would get an error right within IntelliJ that we need to implemented the defined properties from the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant