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

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

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

graphql-nexus/nexus

0
View on GitHub↗
3,434 نجوم·275 تفرعات·TypeScript·MIT·8 مشاهداتnexusjs.org↗

Nexus

Code-First, Type-Safe, GraphQL Schema Construction

Features

  • Type Safety and Schema Construction - Code-First, Type-Safe, GraphQL Schema Construction.
  • Web Framework Integrations - Code-first GraphQL schema construction for TypeScript.

سجل النجوم

مخطط تاريخ النجوم لـ graphql-nexus/nexusمخطط تاريخ النجوم لـ graphql-nexus/nexus

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

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

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

Start searching with AI

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

ما هي وظيفة graphql-nexus/nexus؟

Code-First, Type-Safe, GraphQL Schema Construction

ما هي الميزات الرئيسية لـ graphql-nexus/nexus؟

الميزات الرئيسية لـ graphql-nexus/nexus هي: Type Safety and Schema Construction, Web Framework Integrations.

ما هي البدائل مفتوحة المصدر لـ graphql-nexus/nexus؟

تشمل البدائل مفتوحة المصدر لـ graphql-nexus/nexus: tortoise/tortoise-orm — Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while… apollographql/apollo-server — Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and… dotansimha/graphql-code-generator — This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema… flask-admin/flask-admin — Simple and extensible administrative interface framework for Flask. graphql-nexus/schema. 19majkel94/type-graphql — Type-graphql is a framework for building GraphQL servers that uses TypeScript classes as the single source of truth…

بدائل مفتوحة المصدر لـ Nexus

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Nexus.
  • tortoise/tortoise-ormالصورة الرمزية لـ tortoise

    tortoise/tortoise-orm

    5,582عرض على GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Pythonasyncasynciomysql
    عرض على GitHub↗5,582
  • apollographql/apollo-serverالصورة الرمزية لـ apollographql

    apollographql/apollo-server

    13,943عرض على GitHub↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    TypeScript
    عرض على GitHub↗13,943
  • 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
  • 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
عرض جميع البدائل الـ 19 لـ Nexus→