Yandex Quasar integration
published version 1.0.0, 5 years agoThis 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 version 1.1.1, a year 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 version 1.1.5, a year 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 version 1.0.3, a year 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 version 1.0.3, a year 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 version 1.1.0, 9 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 version 1.0.1, a year 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 version 1.0.5, 10 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 version 1.0.4, a year 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 version 1.0.4, a year 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 version 1.0.1, a year 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 version 1.1.0, 7 months agoOpentelemetry Plugin is a plugin integrates OpenTelemetry tracing into GraphQL Mesh, allowing you to monitor and trace your GraphQL queries, mutations, and subscriptions.
published version 1.0.6, 10 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 version 1.0.2, 8 months 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 version 1.0.2, a year 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 version 1.0.3, 10 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 version 1.0.5, 8 months 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 version 1.0.2, a year 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 version 1.0.15, 9 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 version 1.1.5, 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 version 1.0.1, 10 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 version 1.1.0, 7 months 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 version 1.0.2, 10 months ago