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 - v1.6.6

Published by schickling about 6 years ago

1.6.6 (2018-08-10)

Bug Fixes

  • docs: Add 'How it works?' section. (7df7d8f)
graphql-middleware - v1.6.5

Published by schickling about 6 years ago

1.6.5 (2018-08-09)

Bug Fixes

  • core: Expose FragmentReplacement type (9693608)
graphql-middleware - v1.6.4

Published by schickling about 6 years ago

1.6.4 (2018-08-07)

Bug Fixes

  • tests: Fix test structure (e455bad)
graphql-middleware - v1.6.3

Published by schickling about 6 years ago

1.6.3 (2018-08-03)

Bug Fixes

  • npm: Expose MiddlewareGeneratorConstructor (c526903)
graphql-middleware - v1.6.2

Published by schickling about 6 years ago

1.6.2 (2018-08-03)

Bug Fixes

graphql-middleware - v1.5.0

Published by schickling over 6 years ago

1.5.0 (2018-07-11)

Features

  • core: Add support for applying middleware only to declared resolvers (6d2b605)
graphql-middleware - v1.4.2

Published by schickling over 6 years ago

1.4.2 (2018-07-09)

Bug Fixes

  • types: Fix default types for generator (b9d2b75)
graphql-middleware - v1.4.1

Published by schickling over 6 years ago

1.4.1 (2018-07-09)

Bug Fixes

  • types: Export more middleware types (52e130a)
graphql-middleware - v1.4.0

Published by schickling over 6 years ago

1.4.0 (2018-07-09)

Features

  • core: Add support for schema generators (166abbf)
graphql-middleware - v1.3.3

Published by schickling over 6 years ago

1.3.3 (2018-07-04)

Bug Fixes

  • core: Fixed the execution order and added tests for it (cbfacf5)
graphql-middleware - v1.3.2

Published by schickling over 6 years ago

1.3.2 (2018-06-24)

Bug Fixes

  • docs: Add plugins section to README (918ea0c)
graphql-middleware - v1.3.1

Published by schickling over 6 years ago

1.3.1 (2018-06-20)

Bug Fixes

  • core: return subscription resolver as object with 'subscribe' key (7bfa6b9)
graphql-middleware - v1.3.0

Published by schickling over 6 years ago

1.3.0 (2018-06-07)

Features

  • types: Add generic type definitions (4b96789)
graphql-middleware - v1.2.6

Published by schickling over 6 years ago

1.2.6 (2018-05-30)

Bug Fixes

graphql-middleware - v1.2.5

Published by schickling over 6 years ago

1.2.5 (2018-05-26)

Bug Fixes

  • core: Require resolvers for Resolve Type warning (6889d22)
graphql-middleware - v1.2.4

Published by schickling over 6 years ago

1.2.4 (2018-05-25)

Bug Fixes

  • deps: GraphQL Tools 3.0.2, Renovate (7cd2cf1)
graphql-middleware - v1.2.3

Published by schickling over 6 years ago

1.2.3 (2018-05-24)

Bug Fixes

graphql-middleware - v1.2.2

Published by schickling over 6 years ago

1.2.2 (2018-05-24)

Bug Fixes

  • schema: Use default field resolver if none is specified (1adba3b)
  • schema: Use default field resolver if none is specified (edf32d7)
graphql-middleware - v1.2.1

Published by schickling over 6 years ago

1.2.1 (2018-05-13)

Bug Fixes

  • validation: Added support for middleware field validation (54587ae)
graphql-middleware - v1.2.0

Published by schickling over 6 years ago

1.2.0 (2018-05-13)

Features

  • schema: Added middleware validation step (cf63955)