The Guild · 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 API CompositionAPI GatewayAPI ObservabilityBreaking Change DetectionCI/CDCode GenerationDeveloper ToolsExecutionFederationGitHub ActionsGraphQLJavaScriptMicroservicesMiddlewareMockingOpen SourcePluginsRESTSDKsScalarsSchemaSchema CompositionSchema MergingSchema RegistrySchema StitchingSchema TransformationSchema ValidationServerSubscriptionsThe GuildType MergingType SafetyTypeScriptgRPCGraphQL

Overview

Envelop GraphQL Plugin API is a GraphQL API specification published by The Guild 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 API Composition, API Gateway, API Observability, Breaking Change Detection, and CI/CD.

Endpoint

References

Related API Specs

GraphQL Hive Console GraphQL API (OpenAPI)
Back to The Guild · All GraphQL Specs · GitHub