glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL

Home Page:https://app.quicktype.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to add a feature to append a suffix to class names, as model classes

junixapp opened this issue · comments

We need to add a feature to append a suffix to class names, as model classes in most projects end with "model" or "entity". Currently, the generated classes do not have this suffix, and it has to be added manually. This feature is very much needed. Please note that the data returned by the backend API often has a nested structure, so all generated classes should include this suffix. Thank you.