awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
graphql-nexus avatar

graphql-nexus/nexus

0
View on GitHub↗
3,434 stars·275 forks·TypeScript·MIT·3 vuesnexusjs.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.

Historique des stars

Graphique de l'historique des stars pour graphql-nexus/nexusGraphique de l'historique des stars pour graphql-nexus/nexus

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Nexus

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Nexus.
  • tortoise/tortoise-ormAvatar de tortoise

    tortoise/tortoise-orm

    5,582Voir sur 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
    Voir sur GitHub↗5,582
  • apollographql/apollo-serverAvatar de apollographql

    apollographql/apollo-server

    13,943Voir sur 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
    Voir sur GitHub↗13,943
  • dotansimha/graphql-code-generatorAvatar de dotansimha

    dotansimha/graphql-code-generator

    11,257Voir sur 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
    Voir sur GitHub↗11,257
  • 19majkel94/type-graphqlAvatar de 19majkel94

    19majkel94/type-graphql

    8,088Voir sur 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
    Voir sur GitHub↗8,088
Voir les 19 alternatives à Nexus→

Questions fréquentes

Que fait graphql-nexus/nexus ?

Code-First, Type-Safe, GraphQL Schema Construction

Quelles sont les fonctionnalités principales de graphql-nexus/nexus ?

Les fonctionnalités principales de graphql-nexus/nexus sont : Type Safety and Schema Construction, Web Framework Integrations.

Quelles sont les alternatives open-source à graphql-nexus/nexus ?

Les alternatives open-source à graphql-nexus/nexus incluent : 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…