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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
idurar avatar

idurar/fast-graphql

0
View on GitHub↗
5 stars·2 forks·JavaScript·MIT·11 viewswww.idurarapp.com↗

Fast Graphql

Node.js Package to Combine Resolvers & Merge Graphql Schema

Features

  • Type Safety and Schema Construction - Tools to structure, combine, and merge schema definitions.

Star history

Star history chart for idurar/fast-graphqlStar history chart for idurar/fast-graphql

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fast Graphql

Similar open-source projects, ranked by how many features they share with Fast Graphql.
  • 0no-co/gql.tada0no-co avatar

    0no-co/gql.tada

    2,939View on GitHub↗

    🪄 Magical GraphQL query engine for TypeScript

    TypeScript
    View on GitHub↗2,939
  • 19majkel94/type-graphql19majkel94 avatar

    19majkel94/type-graphql

    8,088View on 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
    View on GitHub↗8,088
  • dotansimha/graphql-code-generatordotansimha avatar

    dotansimha/graphql-code-generator

    11,257View on 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
    View on GitHub↗11,257
  • graphql-nexus/nexusgraphql-nexus avatar

    graphql-nexus/nexus

    3,434View on GitHub↗

    Code-First, Type-Safe, GraphQL Schema Construction

    TypeScript
    View on GitHub↗3,434
See all 8 alternatives to Fast Graphql→

Frequently asked questions

What does idurar/fast-graphql do?

Node.js Package to Combine Resolvers & Merge Graphql Schema

What are the main features of idurar/fast-graphql?

The main features of idurar/fast-graphql are: Type Safety and Schema Construction.

What are some open-source alternatives to idurar/fast-graphql?

Open-source alternatives to idurar/fast-graphql include: 0no-co/gql.tada — 🪄 Magical GraphQL query engine for TypeScript. 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… lkster/graphql-to-type — (almost) Fully functional GraphQL request parser written completely using TypeScript's typing system.