
Product
Introducing .NET Support in Socket
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
nestjs-graphql-relay
Advanced tools
Nest.js + typeorm + graphql-relay inspired nestjs-graphql-relay
npm install nestjs-graphql-relay
@ObjectType({ isAbstract: true })
abstract class RecipesEdge implements Relay.Edge<Recipe> {
@Field(() => Recipe)
readonly node: Recipe;
@Field()
readonly cursor: Relay.ConnectionCursor;
}
@ObjectType()
export class RecipesConnection implements Relay.Connection<Recipe> {
@Field()
readonly pageInfo: PageInfo;
@Field(() => [RecipesEdge])
readonly edges: Array<Relay.Edge<Recipe>>;
}
PRs accepted.
MIT © g59
v10.6.0 (2025-03-03)
<!-- Release notes generated using configuration in .github/release.yml at main -->Full Changelog: https://github.com/g59/nestjs-plugins/compare/v10.5.2...v10.6.0
FAQs
@nestjs/graphql + graphql-relay + typeorm
The npm package nestjs-graphql-relay receives a total of 0 weekly downloads. As such, nestjs-graphql-relay popularity was classified as not popular.
We found that nestjs-graphql-relay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.