graphql-middleware

Split up your GraphQL resolvers in middleware functions

MIT License

Downloads
825K
Stars
1.1K
Committers
26

Bot releases are hidden (Show)

graphql-middleware - v4.0.2

Published by schickling almost 5 years ago

4.0.2 (2019-11-05)

Bug Fixes

graphql-middleware - v4.0.1

Published by schickling about 5 years ago

4.0.1 (2019-08-26)

Bug Fixes

  • Make resolve type more specific. (98c303e)
graphql-middleware - v4.0.0

Published by schickling about 5 years ago

4.0.0 (2019-08-14)

Performance Improvements

  • Performance increase by dropping node6 support (3e6a5d0)

BREAKING CHANGES

  • This version no longer supports node6 version
graphql-middleware - v3.0.5

Published by schickling about 5 years ago

3.0.5 (2019-08-14)

Bug Fixes

graphql-middleware - v3.0.3

Published by schickling about 5 years ago

3.0.3 (2019-07-27)

Bug Fixes

  • deps: update dependency graphql-tools to ^4.0.5 (da55264)
graphql-middleware - v3.0.2

Published by schickling over 5 years ago

3.0.2 (2019-02-04)

Bug Fixes

  • Remove ciruclar dependencies in fragments (b2942c1), closes #111
graphql-middleware - v3.0.1

Published by schickling over 5 years ago

3.0.1 (2019-01-24)

Bug Fixes

  • deps: update dependency graphql-tools to ^4.0.4 (49cc932)
graphql-middleware - v3.0.0

Published by schickling almost 6 years ago

3.0.0 (2018-12-18)

Performance Improvements

  • Prevent application of middleware to introspection types. (142934f), closes #75

BREAKING CHANGES

  • This version no longer wraps introspection types in middleware.
graphql-middleware - v2.0.2

Published by schickling almost 6 years ago

2.0.2 (2018-10-29)

Bug Fixes

  • deps: update dependency graphql-tools to ^4.0.3 (7aaef47)
graphql-middleware - v2.0.1

Published by schickling almost 6 years ago

2.0.1 (2018-10-20)

Bug Fixes

graphql-middleware - v2.0.0

Published by schickling almost 6 years ago

2.0.0 (2018-10-19)

Performance Improvements

  • graphql: Upgrade graphql to v14 (0a3be0b)

BREAKING CHANGES

  • graphql: upgrade to graphql v14
graphql-middleware - v1.7.8

Published by schickling about 6 years ago

1.7.8 (2018-10-18)

Bug Fixes

  • deps: update dependency graphql-tools to ^4.0.2 (932db89)
graphql-middleware - v1.7.7

Published by schickling about 6 years ago

1.7.7 (2018-10-12)

Bug Fixes

  • deps: update dependency graphql-tools to ^4.0.1 (d912088)
graphql-middleware - v1.7.6

Published by schickling about 6 years ago

1.7.6 (2018-10-06)

Bug Fixes

  • docs: Add Yup middleware to the list (6374167)
graphql-middleware - v1.7.5

Published by schickling about 6 years ago

1.7.5 (2018-10-03)

Bug Fixes

  • deps: update dependency graphql-tools to v4 (838bec6)
graphql-middleware - v1.7.4

Published by schickling about 6 years ago

1.7.4 (2018-10-02)

Bug Fixes

  • deps: update dependency graphql-tools to ^3.1.1 (f28f00f)
graphql-middleware - v1.7.3

Published by schickling about 6 years ago

1.7.3 (2018-09-20)

Bug Fixes

  • dependencies: Fix versions (b79bf37)
graphql-middleware - v1.7.2

Published by schickling about 6 years ago

1.7.2 (2018-09-06)

Bug Fixes

  • docs: update CircleCI badge (668833d)
graphql-middleware - v1.7.1

Published by schickling about 6 years ago

1.7.1 (2018-09-04)

Bug Fixes

  • types: Make mergeInfo optional (901f499)
  • types: mergeInfo should be marked as optional on IFieldResolver info (c7f747a)
graphql-middleware - v1.7.0

Published by schickling about 6 years ago

1.7.0 (2018-09-03)

Features

  • applicator: Allow custom fileds in middleware (47a60fa)
  • applicator: spread field on applyMiddlewareToField (0585be0)