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

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

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

0no-co/gql.tada

0
View on GitHub↗
2,939 نجوم·61 تفرعات·TypeScript·MIT·6 مشاهداتgql-tada.0no.co↗

Gql.tada

🪄 Magical GraphQL query engine for TypeScript

Features

  • Type Safety and Schema Construction - GraphQL document authoring library with type inference.

سجل النجوم

مخطط تاريخ النجوم لـ 0no-co/gql.tadaمخطط تاريخ النجوم لـ 0no-co/gql.tada

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gql.tada

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gql.tada.
  • 19majkel94/type-graphqlالصورة الرمزية لـ 19majkel94

    19majkel94/type-graphql

    8,088عرض على GitHub↗

    Type-graphql is a framework for building GraphQL servers that uses TypeScript classes as the single source of truth for schema definitions and types. It provides a schema generator and a resolver framework that allows developers to define queries and mutations using class-based controllers and decorators. The project focuses on a schema-first approach where TypeScript classes and metadata reflection are used to automatically derive GraphQL schemas. It incorporates a dependency injection container to manage the instantiation and lifecycle of resolver classes. The system includes a middleware

    TypeScript
    عرض على GitHub↗8,088
  • dotansimha/graphql-code-generatorالصورة الرمزية لـ dotansimha

    dotansimha/graphql-code-generator

    11,257عرض على GitHub↗

    This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema definitions and operation documents into static TypeScript types to ensure compile-time validation and data consistency between an API and a frontend application. The system functions as a customizable GraphQL plugin framework. It uses a plugin-based architecture and a custom pipeline to generate tailored API clients and request functions, eliminating the need for manual type declarations. The project covers GraphQL client automation, type generation, and workflow optimization. I

    TypeScript
    عرض على GitHub↗11,257
  • graphql-nexus/nexusالصورة الرمزية لـ graphql-nexus

    graphql-nexus/nexus

    3,434عرض على GitHub↗

    Code-First, Type-Safe, GraphQL Schema Construction

    TypeScript
    عرض على GitHub↗3,434
  • hayes/pothosالصورة الرمزية لـ hayes

    hayes/pothos

    2,576عرض على GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    TypeScriptgraphqltypescript
    عرض على GitHub↗2,576
عرض جميع البدائل الـ 8 لـ Gql.tada→

الأسئلة الشائعة

ما هي وظيفة 0no-co/gql.tada؟

🪄 Magical GraphQL query engine for TypeScript

ما هي الميزات الرئيسية لـ 0no-co/gql.tada؟

الميزات الرئيسية لـ 0no-co/gql.tada هي: Type Safety and Schema Construction.

ما هي البدائل مفتوحة المصدر لـ 0no-co/gql.tada؟

تشمل البدائل مفتوحة المصدر لـ 0no-co/gql.tada: 19majkel94/type-graphql — Type-graphql is a framework for building GraphQL servers that uses TypeScript classes as the single source of truth… dotansimha/graphql-code-generator — This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema… graphql-nexus/nexus — Code-First, Type-Safe, GraphQL Schema Construction. hayes/pothos — Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers… idurar/fast-graphql — Node.js Package to Combine Resolvers & Merge Graphql Schema. lkster/graphql-to-type — (almost) Fully functional GraphQL request parser written completely using TypeScript's typing system.