nestjs-query icon indicating copy to clipboard operation
nestjs-query copied to clipboard

Easy CRUD for GraphQL.

Results 60 nestjs-query issues
Sort by recently updated
recently updated
newest added

**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`....

enhancement

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?

enhancement

## 📚 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...

documentation

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:...

enhancement

**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...

bug

**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...

bug

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...

enhancement

**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...

enhancement
typeorm

**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...

enhancement