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

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7

Results 76 nestjs-relay issues
Sort by recently updated
recently updated
newest added

The ResolvedGlobalId class currently requires constructor parameters. This causes an error when used with the `class-transformer` library, as this library attempts to initialise classes without contructor arguments, setting properties individually...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...

semantic-release

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@nestjs/graphql&from_version=7.7.0&to_version=7.10.0&pr_id=d2e85b52-64b5-4420-a0f1-35671f9433a3&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to upgrade graphql from 15.4.0 to 15.5.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=graphql&from_version=15.4.0&to_version=15.5.0&pr_id=09c833b7-07a2-45d0-b2d7-01e655fd3e17&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade multiple dependencies. 👯 The following dependencies are linked and will therefore be updated together. :information_source: Keep your dependencies up-to-date. This makes it easier...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@nestjs/graphql&from_version=7.4.1&to_version=7.5.2&pr_id=f3d49846-b0a1-44b8-aa3f-bea6aaf94254) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@nestjs/graphql&from_version=7.4.1&to_version=7.5.2&pr_id=ccb1cfe2-97b6-4996-af64-0db33ea68116&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=graphql-tools&from_version=6.0.13&to_version=6.1.0&pr_id=0ed3723b-2f2e-436f-85d3-4bea29ce4794&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

**Is your feature request related to a problem? Please describe.** The `ConnectionArgs` implementation does not require either `first` or `last` to be provided. **Describe the solution you'd like** Implement validation...

enhancement