awesome-repositories.comश्रेणियाँब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Nexus के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Nexus के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tortoise/tortoise-ormtortoise का अवतार

    tortoise/tortoise-orm

    5,582GitHub पर देखें↗

    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-serverapollographql का अवतार

    apollographql/apollo-server

    13,943GitHub पर देखें↗

    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-generatordotansimha का अवतार

    dotansimha/graphql-code-generator

    11,257GitHub पर देखें↗

    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-graphql19majkel94 का अवतार

    19majkel94/type-graphql

    8,088GitHub पर देखें↗

    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
Nexus के सभी 19 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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…