-
Notifications
You must be signed in to change notification settings - Fork 66
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
Any plans for GraphQL support? #963
Comments
Thanks for sharing this! Looks definitely interesting!
Not sure I follow there. Is there a compiler plugin limitation or so that would prevent making the generated types more broadly available? In all cases, no rush from me, I just discovered DataFrame and was curious at the possibilities. Thanks for the super quick response! |
Yes. Because plugin wants to look at expressions, it needs to work at body analysis stage. It's too late to add any top-level declarations at that stage. As i understand, this is a fundamental compiler contract |
@martinbonnin not yet as @koperagen said, but we published one nice example with manual parsing https://blog.jetbrains.com/kotlin/2024/08/track-and-analyze-github-star-growth-with-kandy-and-kotlin-dataframe/#obtain-repository-stargazers-data-from-github |
DataFrame supports openAPI.
Are there any plans to support GraphQL schemas/operations to generate the models?
The text was updated successfully, but these errors were encountered: