In most cases, the model classes that will be used will be different from the types exposed to the client.
Fields such as secrets and passwords might be in the database and declared as fields on model classes but I don't want to even declare them on types.
Is there a way to generate enums and inputs only and skip types generation?
In most cases, the model classes that will be used will be different from the types exposed to the client. Fields such as secrets and passwords might be in the database and declared as fields on model classes but I don't want to even declare them on types. Is there a way to generate enums and inputs only and skip types generation?