Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate inputs only #1573

Open
Oualitsen opened this issue Oct 4, 2024 · 1 comment
Open

Generate inputs only #1573

Oualitsen opened this issue Oct 4, 2024 · 1 comment

Comments

@Oualitsen
Copy link

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?

@kobylynskyi
Copy link
Owner

Currently three is no way to exclude certain types or while from generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants