Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Dec 15, 2020
1 parent 1c19137 commit c280f63
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Split up your GraphQL resolvers in middleware functions.

GraphQL Middleware is a schema wrapper which allows you to manage additional functionality across multiple resolvers efficiently.

- **Easiest way to handle GraphQL middleware:** An intuitive, yet familiar API that you will pick up in a second.
- **Powerful:** Allows complete control over your resolvers (Before, After).
- **Compatible:** Works with any GraphQL Schema.
- **Remote:** Accepts `fragments` in resolvers to connect with remote schemas.
- 💡 **Easy to use:** An intuitive, yet familiar API that you will pick up in a second.
- 💪 **Powerful:** Allows complete control over your resolvers (Before, After).
- 🌈 **Compatible:** Works with any GraphQL Schema.

> **NOTE:** As of 3.0.0 `graphql-middleware` no longer wraps introspection queries.
Expand Down

0 comments on commit c280f63

Please sign in to comment.