27 packages
@dmamontov/graphql-mesh-audit-log-plugin
## Conclusion
@dmamontov/graphql-mesh-cache-utils-plugin
Cache Utils Plugin is a plugin for GraphQL Mesh that introduces additional routes to manage the cache keys directly through the GraphQL interface. This plugin provides functionalities to search for cache keys and clear them, enhancing control over the cac
@dmamontov/graphql-mesh-constraint-plugin
Constraint Plugin is a plugin for GraphQL Mesh that allows you to add validation rules to your GraphQL schema using the [graphql-constraint-directive](https://github.com/confuser/graphql-constraint-directive) library. This plugin enhances your API by enfo
@dmamontov/graphql-mesh-document-cache-plugin
Document Cache Plugin is a plugin for GraphQL Yoga that disables the default caching mechanism and implements its own LRU (Least Recently Used) cache for documents.
@dmamontov/graphql-mesh-errors-formatter-plugin
Errors Formatter Plugin is a plugin for GraphQL Mesh that allows you to format error messages consistently across your services. It enhances error handling by enabling the specification of error codes and transforming all errors to match the Apollo Server
@dmamontov/graphql-mesh-extended-logger-plugin
The Extended Logger Plugin is a plugin designed to enhance the logging capabilities of GraphQL Mesh. It provides detailed logs for operations and delegations, making it easier to debug and trace the flow of GraphQL queries and mutations.
@dmamontov/graphql-mesh-grpc-pool-handler
Grpc Pool Handler is a handler for [GraphQL Mesh](https://github.com/Urigo/graphql-mesh) that allows integrating gRPC data sources with connection pooling support. This handler is based on the original gRPC handler for GraphQL Mesh and adds the ability to
@dmamontov/graphql-mesh-health-checks-plugin
Health Checks Plugin is a plugin for GraphQL Mesh that introduces new routes specifically designed for monitoring and providing health information about your GraphQL service. This plugin adds three key endpoints: /version, /alive, and /ready, which can be
@dmamontov/graphql-mesh-json-logger
Json Logger is a logger for GraphQL Mesh that provides enhanced logging capabilities in JSON format. This plugin is designed to help developers monitor and debug their GraphQL operations by logging detailed information about each request and response in a
@dmamontov/graphql-mesh-mask-transform
Mask Transform - is a plugin for GraphQL Mesh that provides the capability to transform and mask data in GraphQL API responses. This transform allows you to define patterns for altering data structures and rules for masking sensitive information, thereby