SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 TypeScript graphql-j Projects
-
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.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
crystal
🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more! (by graphile)
-
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.
-
graphql-tools
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
-
-
Middleware Middleware can decouple your authorization logic from your schema as with GraphQL Shield. Middleware authorization works best for rules that apply to your whole schema at once i.e. every query and resolver, since middleware doesn’t have more specific information for more complicated domain rules. Good middleware rules could be used to filter out invalid tokens, reject non-safelisted queries, or to calculate query complexity scores and reject overly expensive queries (e.g. see compgen).
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript graphql-js discussion
TypeScript graphql-js related posts
-
Starting the Console front-end for Rainbow Platform
-
GraphQL Query Complexity Analysis
-
Diving into Open-Source Development
-
How to define schema once and have server code and client code typed? [Typescript]
-
GraphQL DoS amount-attack "breadth"
-
Uncovering Frontend Data Aggregation: Our Encounter with BFF, GraphQL, and Hydration
-
Apollo federated graph is not presenting its schema to graphiql with fields sorted lexicographically
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Mar 2025
Index
What are some of the best open-source graphql-j projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | graphql-js | 20,166 |
2 | crystal | 12,695 |
3 | TypeGraphQL | 8,069 |
4 | graphql-tools | 5,385 |
5 | graphql-scalars | 1,903 |
6 | graphql-query-complexity | 735 |
7 | Sqlmancer | 139 |