Envelop · GraphQL Specification

Envelop GraphQL Plugin API

Envelop is a lightweight JavaScript/TypeScript plugin system for wrapping the GraphQL execution pipeline. Developed by The Guild, it exposes composable lifecycle hooks that intercept and extend the parse, validate, execute, and subscribe phases of any GraphQL server. Plugins are authored against the `@envelop/core` and `@envelop/types` packages and compose via the `envelop()` factory function.

Documentation Endpoint View on GitHub GraphQLPluginsMiddlewareExecutionOpen SourceGraphQL

Overview

Envelop GraphQL Plugin API is a GraphQL API specification published by Envelop on the APIs.io network.

Envelop is a lightweight JavaScript/TypeScript plugin system for wrapping the GraphQL execution pipeline. Developed by The Guild, it exposes composable lifecycle hooks that intercept and extend the parse, validate, execute, and subscribe phases of any GraphQL server. Plugins are authored against the @envelop/core and @envelop/types packages and compose via the envelop() factory function.

The specification includes 7 reference links.

Tagged areas include Plugins, Middleware, Execution, and Open Source.

Endpoint

References

Back to Envelop · All GraphQL Specs · GitHub