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

feat(read): add query type, input types, and pagination object types #933

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

colin-oos
Copy link

closes #932

TODO

  • Ordering results
  • Configurable findMany query field names
  • Configurable names for unique combination nested input fields
  • Better decorative comments around newly generated typescript
  • Better comments for newly added code
  • Create tests

Please see #932 for more information about this pull request.

The above todos should probably be completed before merging.

@colin-oos colin-oos mentioned this pull request Jan 6, 2024
colin-oos and others added 3 commits January 9, 2024 16:18
Must rename to StringFilterQueryMode as to not conflict with the existing built-in QueryMode prisma enum type at gentime
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

Successfully merging this pull request may close these issues.

Read Operations (Query and Input Generation)
1 participant