awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesField Selection Validation

Verifying that requested fields exist on the specified types in a schema.

Distinct from Field Validation: Focuses on existence and type-compatibility of requested fields, not data integrity constraints.

Explore 2 awesome GitHub repositories matching data & databases · Field Selection Validation. Refine with filters or upvote what's useful.

Awesome Field Selection Validation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • graphql-go/graphqlالصورة الرمزية لـ graphql-go

    graphql-go/graphql

    10,155عرض على GitHub↗

    This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes a schema engine for defining types, a query parser to convert strings into abstract syntax trees, and an execution engine that resolves fields against a defined schema to return structured data. The library distinguishes itself through reflection-based type mapping, allowing object definitions and arguments to be derived directly from native Go structs. It also supports the execution of real-time data streaming via GraphQL subscriptions and provides an extensible execution pip

    Verifies that requested fields exist on the specified types and returns errors for undefined fields.

    Gographqlgraphql-gosubscriptions
    عرض على GitHub↗10,155
  • open-circle/valibotالصورة الرمزية لـ open-circle

    open-circle/valibot

    8,769عرض على GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Creates a modified object schema containing only a specified subset of keys.

    TypeScriptbundle-sizemodularparsing
    عرض على GitHub↗8,769
  1. Home
  2. Data & Databases
  3. Field Validation
  4. Field Selection Validation