Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

type-graphql

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-graphql - npm Package Versions

1
8

0.13.1

Diff

Changelog

Source

v0.13.1

Fixes

  • fix missing loosely typed overload signature for createUnionType (remove the 10 types limit)
19majkel94
published 0.13.0 •

Changelog

Source

v0.13.0

Features

  • make class-validator a virtual peer dependency and update it to newest 0.9.1 version
  • add support for creating scoped containers (#113)
19majkel94
published 0.12.3 •

Changelog

Source

v0.12.3

Features

  • add reflect-metadata checks and informative error if no polyfill provided
  • update @types/graphql to latest version (^0.13.3)

Fixes

  • fix throwing error when of => objectType wasn't provided in abstract resolver class
  • fix calling Object.assign with boolean arguments (#111)
19majkel94
published 0.12.2 •

Changelog

Source

v0.12.2

Features

  • add support for using type classes in browser (configure webpack to use decorators shim)

Fixes

  • fix swallowing false argument value (#101)
19majkel94
published 0.12.1 •

Changelog

Source

v0.12.1

Fixes

  • fix bug with overriding methods from parent resolver class (#95)
19majkel94
published 0.12.0 •

Changelog

Source

v0.12.0

Features

  • Breaking Change: remove deprecated ActionData and FilterActionData interfaces
  • add support for resolver classes inheritance
  • add name decorator option for @Field and @FieldResolver decorators that allows to set the schema name different than the property name
19majkel94
published 0.11.3 •

Changelog

Source

v0.11.3

Features

  • make auth checker feature generic typed (default string for backward compatibility)
19majkel94
published 0.11.2 •

Changelog

Source

v0.11.2

Features

  • attach MetadataStorage to global scope (support multiple packages/modules)
  • rename and deprecate ActionData and FilterActionData interfaces to ResolverData and ResolverFilterData
19majkel94
published 0.11.1 •

Changelog

Source

v0.11.1

Features

  • add support for returning null instead of throwing authorization error (authMode property of buildSchema config)
  • add support for generating object type field in schema from method with @FieldResolver

Fixes

  • fix bug when converting object scalars to target class instance (#65)
19majkel94
published 0.11.0 •

Changelog

Source

v0.11.0

Features

  • add support for creating and attaching middlewares, guards and interceptors to fields and resolvers
  • Breaking Change: remove deprecated decorators with GraphQL prefix and { array: true } type option
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