Skip to content

Commit

Permalink
docs: add graphql-filter to list of middlewares (maticzav#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 authored Dec 15, 2020
1 parent 079ad20 commit f6fba75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ server.start(() => console.log('Server is running on localhost:4000'))
- [graphql-yup-middleware](https://github.com/JCMais/graphql-yup-middleware) - Use yup to validate mutation arguments
- [graphql-pino-middleware](https://github.com/addityasingh/graphql-pino-middleware) - GraphQL middleware to augment resolvers with pino logger
- [graphql-lightstep-middleware](https://github.com/addityasingh/graphql-lightstep-middleware) - GraphQL middleware to instrument resolvers with `lightstep` traces
- [graphql-filter](https://github.com/hata6502/graphql-filter) - A GraphQL middleware to filter output data.

## API

Expand Down

0 comments on commit f6fba75

Please sign in to comment.