You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

graphql-component

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-component - npm Package Versions

1
35
8

1.3.5

Diff
e
expediagroup_oss
published 1.3.5 •
e
expediagroup_oss
published 1.3.4 •
e
expediagroup_oss
published 2.0.0-rc4 •
e
expediagroup_oss
published 1.3.3 •
e
expediagroup_oss
published 1.3.2 •
e
expediagroup_oss
published 2.0.0-rc3 •
e
expediagroup_oss
published 2.0.0-rc2 •
e
expediagroup_oss
published 2.0.0-rc1 •
t
tlivings
published 1.3.1 •

Changelog

Source

v1.3.1

  • Fixed exclude mapping in GraphQLComponent constructor - Array.map was erroniously changed to Array.filter
t
tlivings
published 1.3.0 •

Changelog

Source

v1.3.0

  • Imported resolvers will delegate to the imported component schema to which they belong.
  • Remove this._context as default value for context in execute() requiring execute() users to pass in context from a calling resolver.
  • Remove binding of GraphQLComponent class context to Subscription resolvers.
  • Apply proxyImportedResolvers regardless of how the way a component is imported and whether or not exclusions are provided. proxyImportedResolvers can still be turned off for an imported component if the component is passed via config object.