Nodejs library for data validation in GraphQL APIs
Amplify GraphQL @validate transformer
Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.
A simple and composable way to validate data in JavaScript (and TypeScript).
GitHub's GraphQL Schema with validation. Automatically updated.
A Query Language and Runtime which can target any service.
Command line tool and package to validate GraphQL schemas against a set of rules.
Extended validation plugin adds support for writing GraphQL validation rules, that has access to all `execute` parameters, including variables.
Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.
Validate GraphQL fields
This plugins uses [`graphql-rate-limit`](https://github.com/teamplanes/graphql-rate-limit#readme) in order to limit the rate of calling queries and mutations.
This plugins replaces the original `execute` of GraphQL with [`graphql-jit`](https://github.com/zalando-incubator/graphql-jit).
Google recaptcha module for NestJS.
OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
A JavaScript template literal tag that parses GraphQL queries
A simple and composable way to validate data in JavaScript (and TypeScript).
No description provided.
No description provided.
This is the core package for Envelop. You can find a complete documentation here: https://github.com/graphql-hive/envelop
TypeScript Language Service Plugin for GraphQL
Fork of GraphQL.js' execute function
The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)
This plugin collects errors and performance tracing for your execution flow, and reports it to [Sentry](https://sentry.io).
Allow using @constraint as a directive to validate input data. inspired by https://github.com/confuser/graphql-constraint-directive
Validate graphql-ruby arguments easily with dry-validation
Reflection over GraphQL for ActiveRecord models and validators
Provides a GraphQL mock server that allows testing client request against a provided schema.
Validate that GraphQL response fixtures match their test queries.
The Atlas Engine is a rails engine that provides a GraphQL API for address validation.
GraphQL Authorizer is built to provide request signature, timestamp validation, endpoint blocking and throttling using `rack-attack` gem.
This simple gem allows you to make GraphQL requests and parses the response into a simple structure with helper methods to validate if it's a successful response or not
rails-fields gem provides robust field type enforcement for ActiveRecord models in Ruby on Rails applications. It includes utility methods for type validation, logging, and field mappings between GraphQL and ActiveRecord types Custom error classes provide clear diagnostics for field-related issues, making it easier to maintain consistent data models.