nestjs-query
nestjs-query copied to clipboard
Easy CRUD for GraphQL.
**Is your feature request related to a problem? Please describe.** I have a list of tasks that is sorted and paginated. Each task can have a `plannedStartDate` and an `actualStartDate`....
I saw this [issue](https://github.com/doug-martin/nestjs-query/issues/91) opened 4 years ago, I was wondering whether you are working on it, already implemeted it, or skipped it?
## 📚 Documentation - [ ] #125 - [ ] #142 - [ ] #158 - [ ] #250 ### Have you read the [Contributing Guidelines on issues](https://github.com/tripss/nestjs-query/blob/master/CONTRIBUTING.md)? (Write your...
How to convert the result of the database into a relay-connection style response? This is a workaround that I am currently using: ``` @Query(() => ActivitiesViewConnection) async activitiesViews( @Args() query:...
**Describe the bug** QueryService setRelation and removeRelation don't work as expected for ManyToOne relationships. ### Have you read the [Contributing Guidelines](https://github.com/tripss/nestjs-query/blob/master/CONTRIBUTING.md)? yes **To Reproduce** if you have a many to...
**Describe the bug** When using groupBy date the alias and field names in the generated SQL are not being properly escaped, resulting in an invalid query and failure. ### Have...
Prisma is an [open source](https://github.com/prisma/prisma) next-generation ORM. Currently, it is not officially integrated with the nestjs-query package. It would be nice and easier for developer to use if we could...
**Is your feature request related to a problem? Please describe.** Searching through `FULLTEXT` indexes are a lot faster than for example `LIKE`. ### Have you read the [Contributing Guidelines](https://github.com/tripss/nestjs-query/blob/master/CONTRIBUTING.md)? (Write...
**Is your feature request related to a problem? Please describe.** Missing explicit StringFieldComparisons option for string startsWith, endsWith, Contains. ### Have you read the [Contributing Guidelines](https://github.com/tripss/nestjs-query/blob/master/CONTRIBUTING.md)? yes **Describe the solution...