Integrations and Examples
Envelop v3 documentation (superseded by v4): Integrations and Examples
Envelop provides a low-level API for integrating it with your server of choice, but a rich API for building plugins. It is possible to integrate Envelop with any HTTP server framework and almost any GraphQL Server Framework.
Compatibility Table
Here’s a list of integrations and examples. This list here includes integrations with different GraphQL servers, different HTTP servers and different GraphQL schema builders. In case you are missing your favorite server, feel free to add it!
| Server/Framework | Fully supported? | Example |
|---|---|---|
| Yoga Server | ✅ | graphql-yoga |
| GraphQL-Helix | ✅ | graphql-helix |
| Node.js HTTP | ✅ | basic-http |
GraphQL-Helix (with @defer and @stream) | ✅ | graphql-helix |
| Apollo-Server | Partial | apollo-server |
| GraphQL-WS | ✅ | graphql-ws |
| GraphQL-SSE | ✅ | graphql-sse |
| Azure Functions | ✅ | azure-functions |
| Cloudflare Workers | ✅ | cloudflare-workers |
| Google Cloud Functions | ✅ | google-cloud-functions |
| Lambda AWS | ✅ | lambda-aws |
| type-graphql | ✅ | type-graphql |
| nexus | ✅ | nexus |
| express-graphql | ✅ | express-graphql |