2 个仓库
Specialized validation classes for performing complex business logic checks on GraphQL input values.
Distinct from GraphQL Input Validations: Focuses on complex custom validation logic, whereas GraphQL Input Validations typically targets structural uniqueness.
Explore 2 awesome GitHub repositories matching web development · Custom Input Validators. Refine with filters or upvote what's useful.
GraphQL-Ruby is a Ruby library for building GraphQL APIs with a strongly typed schema and a dedicated query execution engine. It provides a comprehensive framework for mapping application objects to a formal type system, enabling structured data fetching through defined resolvers. The project distinguishes itself with advanced performance and delivery mechanisms, including a data loader for batching and caching to prevent N+1 query patterns. It supports high-performance data delivery through incremental response streaming, deferred query responses, and parallel data fetching using fibers. Add
Defines specialized validation classes to perform complex checks on input values during query execution.
async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su
Provides capabilities for executing user-defined business logic to validate GraphQL input values before processing requests.