-
I'm interested in knowing the progress on this. Not just where you're at but what you've come up with so far and what ideas you have to improve it. In Query Codegen:
Has anyone started on schema codegen? Any thoughts on design? Is it going to be plain objects or strawberry types?
Does this mean testing the current released implementation to get feedback from users or is there progress somewhere (ideas, code...)? Thanks! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have developed a python project "turms" that can do both query and schema codegen;) Adds support for strawberry. You can even use this for schema first approaches, where you migrate changes into the Hope that helps ;) will soon push this to main! |
Beta Was this translation helpful? Give feedback.
Have developed a python project "turms" that can do both query and schema codegen;)
jhnnsrs/turms#44
Adds support for strawberry. You can even use this for schema first approaches, where you migrate changes into the
code generated code that you have altered to fit your need (implemented resolvers and additional fields will not change
where as documentation and new types would be added).
Hope that helps ;) will soon push this to main!