You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: