TypeGraphQL

Create GraphQL schema and resolvers with TypeScript, using classes and decorators! (by MichalLytek)

TypeGraphQL Alternatives

Similar projects and alternatives to TypeGraphQL

  1. Next.js

    2,482 TypeGraphQL VS Next.js

    The React Framework

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. React

    2,053 TypeGraphQL VS React

    The library for web and native user interfaces.

  4. Express

    817 TypeGraphQL VS Express

    Fast, unopinionated, minimalist web framework for node.

  5. frank_jwt

    JSON Web Token implementation in Rust.

  6. Nest

    390 TypeGraphQL VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  7. TypeORM

    174 TypeGraphQL VS TypeORM

    TypeScript & JavaScript ORM for Node.js — supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and more.

  8. Phoenix

    Peace of mind from prototype to production

  9. apollo-server

    75 TypeGraphQL VS apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  10. graphql-code-generator

    A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

  11. react-relay

    Relay is a JavaScript framework for building data-driven React applications.

  12. graphql-spec

    39 TypeGraphQL VS graphql-spec

    GraphQL is a query language and execution engine tied to any backend service.

  13. pothos

    27 TypeGraphQL VS pothos

    Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach

  14. connect-es

    30 TypeGraphQL VS connect-es

    The TypeScript implementation of Connect: Protobuf RPC that works.

  15. graphql-js

    28 TypeGraphQL VS graphql-js

    A reference implementation of GraphQL for JavaScript

  16. mercurius

    24 TypeGraphQL VS mercurius

    Implement GraphQL servers and gateways with Fastify

  17. express-graphql

    Discontinued Create a GraphQL HTTP server with Express.

  18. graphql-helix

    Discontinued A highly evolved GraphQL HTTP Server 🧬

  19. nexus

    5 TypeGraphQL VS nexus

    Code-First, Type-Safe, GraphQL Schema Construction

  20. Marble.js

    4 TypeGraphQL VS Marble.js

    Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better TypeGraphQL alternative or higher similarity.

TypeGraphQL discussion

Log in or Post with
  1. User avatar
    TigranAvagyan18
    · almost 2 years ago
    · Reply

    Review ★★★★★ 10/10

TypeGraphQL reviews and mentions

Posts with mentions or reviews of TypeGraphQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-01-05.
  • TypeGraphQL Evaluation Report
    2 projects | dev.to | 5 Jan 2026
    Item Content Current Version 2.0.0-rc.2 GitHub https://github.com/MichalLytek/type-graphql Documentation https://typegraphql.com First Commit 2018-01-09 Latest Commit 2026-01-01
  • Starting the Console front-end for Rainbow Platform
    6 projects | dev.to | 22 Oct 2024
    Take GraphQL as an example—REST APIs have a similar challenge, often using something like OpenAPI as the "schema." If you want your code to be the source of truth, you can use something like TypeGraphQL, which generates the GraphQL schema based on decorators in your classes. On the other hand, you can use the reference GraphQL server implementation (graphql-js) with raw Schema Definition Files as your contract—then generate TypeScript types using something like GraphQL Codegen.
  • Why, after 6 years, I'm over GraphQL
    17 projects | news.ycombinator.com | 30 May 2024
    All good points! We built Yates (https://github.com/cerebruminc/yates) to solve the authz problem.

    Yates implements Postgres RLS on top of Prisma, which we use as our ORM, and then our GraphQL schema is generated using TypeGraphQL (https://typegraphql.com/). Overall, it's a very nice setup and allows us to be versatile on the client side while still having strong authentication integrity.

  • Cerbos + GraphQL: Do not reinvent user permissions
    3 projects | /r/graphql | 5 May 2023
    In this tutorial, we're building a simple application which uses Cerbos inside of a GraphQL server. The server is written in typescript and uses type-graphql to create the schema and resolvers, and TypeDI to handle dependency injection.
  • Using modern decorators in TypeScript
    4 projects | dev.to | 2 May 2023
    Using decorators required setting an --experimentalDecorators experimental compiler flag. Several popular TypeScript libraries, such as type-graphql and inversify, rely on this implementation.
  • help wanted: Typescript GraphQL Types Response
    6 projects | /r/graphql | 28 Jan 2023
  • Build a Next App with a full GraphQL API using just a JSON or CSV file
    3 projects | dev.to | 24 Jan 2023
    TypeGraphQL
  • What to use with Apollo Server v4 to achieve type-safety?
    3 projects | /r/graphql | 19 Dec 2022
    Have you tried TypeGraphQL v2 (it's in beta). Some in this thread have reported success with it.
  • Apollo Server v4 Breaking Changes. Time to move away?
    4 projects | dev.to | 3 Dec 2022
    When moving away from Apollo Server, and you're looking for a replacement built with JavaScript or TypeScript, let me give you some options. If you want to keep building your GraphQL API schema first, you might want to consider Mercurius (which relies on Fastify) or GraphQL Yoga. If you're going to build your GraphQL API code or resolver first, have a look at TypeGraphQL or Nexus. Alternatively, there are great GraphQL-as-a-Service solutions such as StepZen in case you no longer want to build, maintain and host your own GraphQL API.
  • A journey towards a type-safe GraphQL API server
    4 projects | dev.to | 2 Dec 2022
    There are two main approaches to keeping the types of the GraphQL schema and entities in business logic in sync. You can generate the schema based on your TypeScript code (e.g. TypeGraphQL), or you can generate types based on your schema (e.g. GraphQL Code Generator). We opted for the latter since it slotted right into our existing GraphQL server implementation using Apollo Server.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic TypeGraphQL repo stats
34
8,088
6.9
29 days ago

MichalLytek/type-graphql is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of TypeGraphQL is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?