New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs-query/query-graphql

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs-query/query-graphql - npm Package Versions

1
10

0.7.4

Diff

Changelog

Source

v0.7.4

  • Fix code formatting
  • Update root package.json with common dependencies
damartin
published 0.7.2 •

Changelog

Source

v0.7.2

  • [CHORE] Updated to @nestjs/graphql v7.1.3
  • Removed PartialType and PartialInputType in favor of @nestjs/graphql implementation.
damartin
published 0.7.0 •

Changelog

Source

v0.7.0

  • Updated to @nestjs/graphql v7.x.
    • This was a passive change for the library usage however you should still follow the migration guide found here
damartin
published 0.6.0 •

Changelog

Source

v0.6.0

  • [FIXED] Get Underlying Entity Object #41
    • Changed TypeOrmQueryService to operate on the Entity
    • Added new AssemblerQueryService to translate between the DTO and Entity
  • [ADDED] New InjectTypeOrmQueryService decorator to auto-create a TypeOrm query service.
damartin
published 0.5.1 •

Changelog

Source

v0.5.1

  • [DOCS] Added clarification around individual resolvers and relations with examples #42
  • [ADDED] Exposed Relatable mixin from @nestjs-query/graphql #42
damartin
published 0.5.0 •

Changelog

Source

v0.5.0

  • Added decorators option to resolver options to allow providing custom decorators to endpoints #36
damartin
published 0.4.0 •

Changelog

Source

v0.4.0

  • Updated all mutations to take a single input argument with custom fields.
    • createOne(input: DTO) -> createOne(input: { [dtoName]: DTO })
    • createMany(input: DTO[]) -> createOne(input: { [pluralDTOName]: DTO[] })
    • updateOne(id: ID, input: UpdateDTO) -> createOne(input: { id: ID, update: UpdateDTO })
    • updateMany(filter: Filter<DTO>, input: UpdateDTO) -> createOne(input: { filter: Filter<DTO>, update: UpdateDTO })
    • deleteOne(input: ID) -> deleteOne(input: {id: ID})
    • deleteMany(input: Filter<DTO>) -> createOne(input: { filter: Filter<DTO> })
  • Updated docs to reflect changes.
damartin
published 0.3.5 •

Changelog

Source

v0.3.5

  • [FIXED] Validate Input for Create & Update #19
damartin
published 0.3.3 •

Changelog

Source

v0.3.3

  • Update typescript to 3.8.
  • Update dependency versions.
damartin
published 0.3.2 •

Changelog

Source

v0.3.2

  • Switched to github actions
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc