This README provides a detailed guide on how to integrate and use the Prune Config Transform in your GraphQL Mesh setup. This transform plugin allows you to selectively remove descriptions from your GraphQL schema, which can be useful for minimizing the s
published 1.1.1 4 months agoReplace Config Transform - is a transform for GraphQL Mesh that allows you to replace or modify the configurations of your GraphQL schema based on specified rules. This can be useful for adding descriptions, deprecating fields, changing default values, an
published 1.1.5 4 months agoTo Datetime Transform - is a transform for GraphQL Mesh that enables you to convert date formats within your GraphQL schema. This can be particularly useful for standardizing date representations, converting strings to datetime objects, or adjusting date
published 1.0.3 4 months agoThe 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.
published 1.0.3 4 months agoThe X Api Key Auth Plugin for GraphQL Mesh, based on [@envelop/generic-auth](https://www.npmjs.com/package/@envelop/generic-auth), is a plugin designed to enhance the authentication process in GraphQL Mesh. It provides secure usage of API keys for authent
published 1.1.0 3 months agoCache 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
published 1.0.1 4 months agoResponse Cache Plugin is designed to enhance the performance of your GraphQL services by providing caching capabilities for delegated context results. This plugin allows you to cache responses and invalidate them efficiently based on specified configurati
published 1.0.5 3 months agoConstraint 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
published 1.0.4 4 months agoPublic Schema Plugin is a plugin for GraphQL Mesh that allows you to separate public and private schemas in your API. With this plugin, you can designate which parts of your schema should be accessible only within your service and which can be exposed to
published 1.0.4 4 months agoHealth 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
published 1.0.1 4 months agoPrometheus Plugin is a plugin integrates Prometheus metrics collection into your GraphQL Mesh setup. It exposes a new route that Prometheus can scrape to gather metrics about the GraphQL operations.
published 1.1.0 21 hours agoOpentelemetry Plugin is a plugin integrates OpenTelemetry tracing into GraphQL Mesh, allowing you to monitor and trace your GraphQL queries, mutations, and subscriptions.
published 1.0.6 3 months agoJson 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
published 1.0.2 a month agoMask 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
published 1.0.2 4 months agoOauth2 Proxy User Plugin for GraphQL Mesh, based on [@envelop/generic-auth](https://www.npmjs.com/package/@envelop/generic-auth), is a plugin for GraphQL Mesh designed to handle tokens added via OAuth2 Proxy. This plugin ensures security by disallowing Gr
published 1.0.3 4 months agoErrors 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
published 1.0.5 a month agoType Defs Transform - is a transformation plugin for GraphQL Mesh that allows you to extend and modify your existing GraphQL schema. This transform provides a powerful way to add new types, extend existing ones, or even introduce new queries and mutations
published 1.0.2 4 months agoModify Result Transform - is a transform for GraphQL Mesh that allows you to modify the responses of GraphQL queries. This transform provides various modifiers to alter data in responses, which can be useful for data masking, text replacement, date and ti
published 1.0.15 3 months agoResolve To By Delegate Transform - is a transformer for [GraphQL Mesh](https://graphql-mesh.com/) that adds a directive to enable the creation of relationships with pre- and post-conditions.
published 1.1.3 a month agoResolve To By Stitch Transform - is a companion transform for [Resolve To By Delegate Transform](https://github.com/dmamontov/graphql-mesh-resolve-to-by-delegate-transform)
published 1.0.1 4 months agoGrpc 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
published 1.1.0 13 days agoDocument 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.
published 1.0.2 3 months ago