
graphql-hive/envelop
Releases1.67K
Frequency1 day 2 hours
Last Release
Stars828
Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.
Linked projects
The easiest way of adding live queries to your GraphQL server!
This is the core package for Envelop. You can find a complete documentation here: https://github.com/graphql-hive/envelop
This plugins adds simple LRU caching to your `validate`, to improve performance by caching the validation result.
This plugins adds simple LRU caching to your `parse`, to improve performance by caching the parsed result.
This plugin injects the `NoSchemaIntrospectionCustomRule` validation rule exported from the `graphql` module to the validation phase for disabling introspection.