# Hasura vs TypeGraphQL

| Attribute | Hasura | TypeGraphQL |
|---|---|---|
| **Vioscale score** | 58.9 (55% (medium)) | 58.1 (67% (medium)) |
| activity.commits_last_30d | 46 | 2 |
| adoption.dependent_repos | 31 | 7,054 |
| adoption.github_stars | 32,097 | 8,091 |
| adoption.package_downloads_weekly | - | 692,968 |
| deployment.options | `{"cloud":true,"self_hosted":true}` | `{"cloud":true,"self_hosted":true}` |
| description.long | Hasura provides a platform that automatically generates GraphQL APIs from databases and external services, enabling developers to build data layers quickly. It also offers PromptQL for natural language data queries powered by AI. | A Node.js framework that allows developers to define GraphQL schemas entirely in TypeScript using class-based type definitions and decorators. It provides automatic validation, authorization support, dependency injection, and eliminates the need to maintain separate schema definitions and type files. |
| features.capabilities | `{"role":"server","language":"Haskell (core), TypeScript, Python, Go (connectors)","managed_cloud":true,"self_hostable":true,"subscriptions":true,"auth_directives":true,"schema_approach":"introspection","db_introspection":true}` | `{"role":"server","caching":false,"language":"TypeScript","federation":false,"managed_cloud":false,"self_hostable":true,"subscriptions":true,"auth_directives":true,"schema_approach":"code_first","type_generation":true,"db_introspection":false}` |
| integrations.count | 7 | 6 |
| integrations.list | `[{"name":"PostgreSQL"},{"name":"MySQL"},{"name":"Elasticsearch"},{"name":"SQL Server"},{"name":"MongoDB"},{"name":"Snowflake"},{"name":"Clickhouse"}]` | `[{"name":"Apollo Server"},{"name":"Azure Functions"},{"name":"AWS Lambda"},{"name":"TypeORM"},{"name":"class-validator"},{"name":"graphql-yoga"}]` |
| language.primary | TypeScript | TypeScript |
| license.spdx | Apache-2.0 | MIT |
| market.availability | `{"hqCountry":"US","primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` | - |
| platform.support | `{"cli":true,"web":true}` | - |
| pricing | `{"type":"hybrid","plans":[{"free":true,"name":"Community","contactSales":false},{"free":false,"name":"Professional","contactSales":true},{"free":false,"name":"Business","contactSales":true},{"free":false,"name":"Enterprise","contactSales":true}],"summary":"Free tier available. Paid and enterprise plans require contacting sales.","freeTier":true,"sourceUrl":"https://hasura.io","retrievedAt":"2026-08-13T09:29:10.628Z"}` | `{"type":"open_source","summary":"Open source, free to use","freeTier":true,"sourceUrl":"https://typegraphql.com/","retrievedAt":"2026-08-14T08:34:06.351Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | freemium | commercial |
| pricing.price_level | low | free |
| pricing.transparent | no | yes |
| release.cadence_days | 12 | 51 |
| release.history | `[{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.50.1","date":"2026-08-18T18:14:01Z","type":"stable","version":"v2.50.1"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.50.0","date":"2026-08-05T23:03:34Z","type":"stable","version":"v2.50.0"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.45.8","date":"2026-08-05T23:03:24Z","type":"stable","version":"v2.45.8"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.5","date":"2026-07-21T01:35:19Z","type":"stable","version":"v2.49.5"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.45.6","date":"2026-07-10T00:18:51Z","type":"stable","version":"v2.45.6"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.4","date":"2026-07-08T14:34:56Z","type":"stable","version":"v2.49.4"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.3","date":"2026-06-22T19:29:29Z","type":"stable","version":"v2.49.3"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.45.5","date":"2026-06-12T16:37:47Z","type":"stable","version":"v2.45.5"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.2","date":"2026-06-11T22:19:45Z","type":"stable","version":"v2.49.2"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.1","date":"2026-06-04T22:19:29Z","type":"stable","version":"v2.49.1"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.49.0","date":"2026-05-28T15:19:25Z","type":"stable","version":"v2.49.0"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.45.4","date":"2026-05-14T14:35:52Z","type":"stable","version":"v2.45.4"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.16","date":"2026-04-15T16:48:21Z","type":"stable","version":"v2.48.16"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.15","date":"2026-04-01T17:42:22Z","type":"stable","version":"v2.48.15"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.14","date":"2026-03-25T22:48:36Z","type":"stable","version":"v2.48.14"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.13","date":"2026-03-17T18:12:07Z","type":"stable","version":"v2.48.13"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.12","date":"2026-02-24T17:36:12Z","type":"stable","version":"v2.48.12"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.11","date":"2026-02-05T23:19:50Z","type":"stable","version":"v2.48.11"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.10","date":"2026-01-15T08:35:01Z","type":"stable","version":"v2.48.10"},{"url":"https://github.com/hasura/graphql-engine/releases/tag/v2.48.9","date":"2025-12-24T09:10:33Z","type":"stable","version":"v2.48.9"}]` | `[{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-rc.4","date":"2026-02-26T08:35:21Z","type":"stable","version":"v2.0.0-rc.4"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-rc.3","date":"2026-02-08T08:56:50Z","type":"stable","version":"v2.0.0-rc.3"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-rc.2","date":"2024-06-07T12:27:54Z","type":"stable","version":"v2.0.0-rc.2"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-rc.1","date":"2024-04-24T14:18:18Z","type":"stable","version":"v2.0.0-rc.1"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-beta.6","date":"2024-04-24T14:27:42Z","type":"prerelease","version":"v2.0.0-beta.6"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-beta.4","date":"2024-04-24T14:27:10Z","type":"prerelease","version":"v2.0.0-beta.4"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-beta.3","date":"2023-08-17T16:48:16Z","type":"prerelease","version":"v2.0.0-beta.3"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-beta.2","date":"2023-05-16T08:40:02Z","type":"prerelease","version":"v2.0.0-beta.2"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.2.0-rc.1","date":"2021-10-06T08:41:05Z","type":"prerelease","version":"v1.2.0-rc.1"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.1.1","date":"2020-11-04T20:42:49Z","type":"stable","version":"v1.1.1"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.1.0","date":"2020-10-12T18:43:12Z","type":"stable","version":"v1.1.0"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.0.0","date":"2020-08-19T18:30:33Z","type":"stable","version":"v1.0.0"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.0.0-rc.3","date":"2020-06-29T18:06:47Z","type":"prerelease","version":"v1.0.0-rc.3"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.0.0-rc.2","date":"2020-05-19T19:36:54Z","type":"prerelease","version":"v1.0.0-rc.2"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v1.0.0-rc.1","date":"2020-05-03T16:50:40Z","type":"prerelease","version":"v1.0.0-rc.1"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v0.17.6","date":"2019-12-21T20:48:53Z","type":"stable","version":"v0.17.6"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v0.17.5","date":"2019-08-18T11:09:49Z","type":"stable","version":"v0.17.5"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v0.17.4","date":"2019-05-12T20:26:56Z","type":"stable","version":"v0.17.4"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v0.17.3","date":"2019-05-06T16:48:18Z","type":"stable","version":"v0.17.3"},{"url":"https://github.com/MichalLytek/type-graphql/releases/tag/v0.17.2","date":"2019-04-23T19:30:07Z","type":"stable","version":"v0.17.2"}]` |
| reliability.status_page | yes | yes |
| security.disclosure_policy | yes | - |
| security.gdpr | yes | - |
| security.hipaa | yes | - |
| security.iso27001 | yes | - |
| security.scorecard | 5.2 | 3.3 |
| security.soc2 | yes | - |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=graphql2chartjs&per_page=100","last_12m":0,"max_severity":null}` | `{"count":1,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=type-graphql&per_page=100","last_12m":0,"max_severity":"LOW"}` |

## Capabilities (GraphQL Tools)

| Capability | Hasura | TypeGraphQL |
|---|:--:|:--:|
| **Core** |  |  |
| Role | Server | Server |
| Primary language | Haskell (core), TypeScript, Python, Go (connectors) | TypeScript |
| **Modelling** |  |  |
| Schema approach | DB introspection | Code-first |
| **Scale** |  |  |
| Federation / subgraph composition | - | ✗ |
| **Realtime** |  |  |
| Real-time subscriptions | ✓ | ✓ |
| **Performance** |  |  |
| Response / edge caching | - | ✗ |
| **DX** |  |  |
| Typed code generation | - | ✓ |
| **Automation** |  |  |
| Generates API from a database | ✓ | ✗ |
| **Security** |  |  |
| Built-in authz / permissions | ✓ | ✓ |
| **Deployment** |  |  |
| Official hosted offering | ✓ | ✗ |
| Self-hostable | ✓ | ✓ |

*Source: Vioscale. Generated 2026-09-01T17:16:03.183Z. "-" = undocumented, not absent.*
