Skip to content

Commit

Permalink
Merge pull request maticzav#17 from prismagraphql/plugins-section
Browse files Browse the repository at this point in the history
fix(docs): Add plugins section to README
  • Loading branch information
maticzav authored Jun 24, 2018
2 parents 33f0370 + 918ea0c commit c093242
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ const server = new GraphQLServer({
server.start(() => console.log('Server is running on localhost:4000'))
```

### Examples
## Awesome Plugins [![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.

## API

Expand Down

0 comments on commit c093242

Please sign in to comment.