Skip to content

v0.4.0

Compare
Choose a tag to compare
@Cauen Cauen released this 07 Sep 18:46
· 140 commits to master since this release

Now, the generated code are base files for definition of objects, queries and mutations

Optionally, these files can be "run" in bulk to generate the entire crud automatically.

This changes everything, as now the generated code can be freely replaced, without affecting the customizations already made in the project and maintaining type safety.

Thanks for @saphewilliam for the code that make this possible.