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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesGraphQL Schema Generators

Generate a complete GraphQL API schema by introspecting an existing database structure and relationships.

Distinct from Database Schema Introspection Tools: Distinct from Database Schema Introspection Tools: focuses on generating a GraphQL schema specifically, not general API endpoints or data models.

Explore 9 awesome GitHub repositories matching data & databases · GraphQL Schema Generators. Refine with filters or upvote what's useful.

Awesome GraphQL Schema Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • graphile/crystalAvatar von graphile

    graphile/crystal

    12,931Auf GitHub ansehen↗

    🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

    Generate a complete GraphQL API schema by introspecting an existing PostgreSQL database structure and relationships.

    TypeScriptapiautomatic-apiexpress
    Auf GitHub ansehen↗12,931
  • graphql-editor/graphql-editorAvatar von graphql-editor

    graphql-editor/graphql-editor

    6,068Auf GitHub ansehen↗

    GraphQL Editor is a collaborative workspace platform for designing, editing, and managing GraphQL schemas. It provides an interactive graph-based visual editor that lets teams create and explore schemas without writing code, alongside a full-featured Monaco text IDE with real-time syntax validation. The platform supports AI-powered schema generation from natural language prompts, federated schema composition that visualizes type merging across subgraphs, and AST-level schema comparison that highlights structural differences between versions. The platform distinguishes itself through its bidir

    Generates initial GraphQL schemas from natural language prompts using AI assistance.

    TypeScript
    Auf GitHub ansehen↗6,068
  • graphql-dotnet/graphql-dotnetAvatar von graphql-dotnet

    graphql-dotnet/graphql-dotnet

    5,987Auf GitHub ansehen↗

    GraphQL.NET ist ein serverseitiges Framework für den Aufbau und die Ausführung von GraphQL-APIs innerhalb von C#-Anwendungen. Es bietet ein umfassendes Toolkit für den Schema-Aufbau, eine föderierte Engine für verteilte Datengraphen und einen Subscription-Handler für die Verwaltung von Echtzeit-Datenströmen. Das Projekt zeichnet sich durch einen flexiblen Schema-Builder aus, der sowohl programmatische Code-First-Definitionen als auch deklarative Schema-First-Ansätze unter Verwendung der Standard-Schema-Definitionssprache unterstützt. Es enthält eine dedizierte Föderations-Engine, um Datengraphen in Subgraphen aufzuteilen und zu einem einheitlichen Gateway zusammenzuführen, sowie eine Data-Loader-Implementierung, die speziell darauf ausgelegt ist, das N+1-Abfrageproblem durch Batching und Caching zu lösen. Das Framework deckt ein breites Spektrum an operativen Funktionen ab, einschließlich Dependency-Injection-Integration für das Service-Lifetime-Management, Middleware-Pipelines für die Interzeption von Feldauflösungen und eine Ausführungspipeline, die mit Werttypen optimiert wurde, um Speicherallokationen zu reduzieren. Zudem bietet es Tools für die Analyse der Abfragekomplexität, Dokument-Caching und rollenbasierte Zugriffskontrolle zur Absicherung von API-Endpunkten. Die Unterstützung für Ahead-of-Time-Schema-Kompilierung ermöglicht es dem Framework, in Umgebungen ausgeführt zu werden, die dynamische Code-Generierung untersagen.

    Offers a system for defining API structures using either programmatic code-first definitions or the GraphQL Schema Definition Language.

    C#apidotnet-coregraphiql
    Auf GitHub ansehen↗5,987
  • chillicream/graphql-platformAvatar von ChilliCream

    ChilliCream/graphql-platform

    5,712Auf GitHub ansehen↗

    GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for building APIs and gateways, along with a typed C# client for consuming GraphQL services. At its core, it translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches, enabling developers to define their API structure directly from their existing .NET code. The platform distinguishes itself through several integrated capabilities that address common GraphQL production concerns. It includes a DataLoader batching and caching engine that gr

    Translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches.

    C#asp-netasp-net-corec-sharp
    Auf GitHub ansehen↗5,712
  • javahuang/surveykingAvatar von javahuang

    javahuang/SurveyKing

    3,979Auf GitHub ansehen↗

    SurveyKing ist eine selbstgehostete Umfrageplattform, die für das Erstellen, Bereitstellen und Analysieren von Online-Fragebögen und Datenerfassungsformularen auf privater Infrastruktur konzipiert ist. Sie integriert einen Business-Workflow-Automator zum Aufbau benutzerdefinierter Genehmigungsprozesse und ein Online-Prüfungssystem zur Verwaltung von Fragenpools und zur Ausstellung digitaler Zertifikate. Die Plattform enthält zudem ein psychologisches Assessment-Tool zur Durchführung von Persönlichkeitstests und Skalen mit benutzerdefinierter Dimensionsbewertung. Das System nutzt einen Umfrage-Generator auf Basis großer Sprachmodelle, um natürlichsprachliche Prompts in strukturierte professionelle Umfragen und Prüfungsfragen zu transformieren. Es bietet einen visuellen Drag-and-Drop-Workflow-Designer für Genehmigungen, der bedingte Verzweigungen und mehrstufige Regeln unterstützt. Die Plattform deckt Umfragedesign mit Tools für Abstimmungsmanagement und professionelle Forschung ab sowie Performance-Management zur Koordination von 360-Grad-Evaluierungen. Zusätzliche Funktionen umfassen Echtzeit-Datenanalyse mit visuellen Berichten, vorlagenbasiertes Dokument-Rendering für personalisierte Ausdrucke und rollenbasierte Zugriffskontrolle zur Verwaltung von Systemberechtigungen.

    Converts natural language descriptions and conversational requests into structured professional questionnaires and exams via integrated LLMs.

    PLpgSQLjavareact-surveyspringboot
    Auf GitHub ansehen↗3,979
  • wp-graphql/wp-graphqlAvatar von wp-graphql

    wp-graphql/wp-graphql

    3,780Auf GitHub ansehen↗

    WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.

    Maps WordPress database structures and relational data into a standardized GraphQL API schema.

    PHP
    Auf GitHub ansehen↗3,780
  • tone-row/flowchart-funAvatar von tone-row

    tone-row/flowchart-fun

    3,357Auf GitHub ansehen↗

    Flowchart Fun is a text-based diagram generator and interactive visual canvas editor that automatically transforms plain text input and natural language prompts into structured flowcharts and diagrams without requiring manual node placement. The application combines automated layout algorithms and structural templates with a web canvas interface for organizing layouts, applying custom shapes, borders, colors, and text sizes to diagram nodes and edges. The platform includes multi-format export pipelines that convert finished charts directly into vector graphics, raster images, and document dat

    The platform converts natural language prompts and existing data formats into flowchart syntax using integrated language models.

    TypeScriptdiagram-generatorflowchartflowchart-editor
    Auf GitHub ansehen↗3,357
  • azure/data-api-builderAvatar von Azure

    Azure/data-api-builder

    1,447Auf GitHub ansehen↗

    Data API builder is a service that automatically generates REST and GraphQL endpoints directly from database schemas and stored procedures. By interpreting database metadata, it provides immediate programmatic access to information without requiring the development of custom backend routes or manual query logic. The engine distinguishes itself through a metadata-driven translation layer that maps incoming HTTP requests to native database queries while enforcing granular, role-based access control and row-level security policies. It includes a dedicated bridge for AI agents, allowing these sys

    Generates GraphQL schemas by introspecting database structures to support complex queries and relationships.

    C#apiazuredatabase
    Auf GitHub ansehen↗1,447
  • hasura/learn-graphqlAvatar von hasura

    hasura/learn-graphql

    1,233Auf GitHub ansehen↗

    This project is an interactive educational platform and comprehensive curriculum designed to teach developers how to build, query, and integrate GraphQL APIs into full-stack applications. It provides a structured learning environment for mastering core concepts such as schema design, query execution, and the implementation of data-driven interfaces. The platform distinguishes itself by focusing on the practical application of real-time data synchronization and backend architecture. It guides users through the process of connecting frontend frameworks to relational databases, implementing role

    Derives GraphQL interfaces directly from relational database schemas.

    JavaScriptangularapolloelm
    Auf GitHub ansehen↗1,233
  1. Home
  2. Data & Databases
  3. Database Schema Introspection Tools
  4. GraphQL Schema Generators

Unter-Tags erkunden

  • AI-Powered GeneratorsTools that use AI to generate GraphQL schemas from natural language prompts or descriptions. **Distinct from GraphQL Schema Generators:** Distinct from GraphQL Schema Generators: uses AI and natural language prompts rather than database introspection.
  • AI-Prompted Schema GenerationsUsing an AI prompt to produce an initial GraphQL schema when starting a blank or library-based project. **Distinct from GraphQL Schema Generators:** Distinct from GraphQL Schema Generators: focuses on AI-driven generation from natural language prompts, not database introspection.
  • Code-First Schema BuildersTranslates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches. **Distinct from GraphQL Schema Generators:** Distinct from GraphQL Schema Generators: focuses on code-first and fluent descriptor approaches from C# code, not database introspection.
  • Code-First Schema GeneratorsTools that generate GraphQL schemas directly from source code annotations and class definitions. **Distinct from GraphQL Schema Generators:** Distinct from GraphQL Schema Generators: focuses on generating schemas from code (code-first), not from database introspection.