Skip to content

Commit

Permalink
add graphql-yup-middleware to awesome list, and change their name
Browse files Browse the repository at this point in the history
I think `Awesome Middlewares` sounds better there than `Plugins`.
  • Loading branch information
JCMais authored Oct 5, 2018
1 parent 478dce8 commit 9b1bda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@ const server = new GraphQLServer({
server.start(() => console.log('Server is running on localhost:4000'))
```

## Awesome Plugins [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
## Awesome Middlewares [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

* [graphql-middleware-apollo-upload-server](http://github.com/homeroom-live/graphql-middleware-apollo-upload-server) - Uploading files is hard, that's why this package manages it for you!
* [graphql-shield](https://github.com/maticzav/graphql-shield) - Permissions as another layer of abstraction.
* [graphql-middleware-sentry](https://github.com/maticzav/graphql-middleware-sentry) - Report your server errors to Sentry.
* [graphql-middleware-forward-binding](https://github.com/maticzav/graphql-middleware-forward-binding) - GraphQL Binding forwardTo plugin for GraphQL Middleware.
* [graphql-yup-middleware](https://github.com/JCMais/graphql-yup-middleware) - Use yup to validate mutation arguments

## API

Expand Down

0 comments on commit 9b1bda2

Please sign in to comment.