Julia Codegen Plugin #6159
Unanswered
markhalonen
asked this question in
Ideas
Replies: 1 comment
-
Thank you for creating it @markhalonen ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to build a codegen plugin for a Julia client. https://julialang.org/
Given a query/mutation, the plugin should generate the minimum amount of code, not a type for the entire GraphQL schema.
I poked around and it seems like everyone generates the entire graphQL schema to a file. I don't want to do this because my GraphQL API is massive and I'm only using a small part of it.
Are there any plugin examples that do this? I could not find any.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions