TypeScript graphql-js

Open-source TypeScript projects categorized as graphql-js

Top 7 TypeScript graphql-j Projects

  1. graphql-js

    A reference implementation of GraphQL for JavaScript

    Project mention: Starting the Console front-end for Rainbow Platform | dev.to | 2024-10-22

    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.

  2. 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.

    CodeRabbit logo
  3. crystal

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

  4. TypeGraphQL

    Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

    Project mention: Starting the Console front-end for Rainbow Platform | dev.to | 2024-10-22

    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.

  5. graphql-tools

    :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

  6. graphql-scalars

    A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.

  7. graphql-query-complexity

    GraphQL query complexity analysis and validation for graphql-js

    Project mention: Authorization (authz) and GraphQL | dev.to | 2024-12-18

    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).

  8. Sqlmancer

    Conjure SQL from GraphQL queries 🧙🔮✨

  9. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript graphql-js discussion

Log in or Post with

TypeScript graphql-js related posts

  • Starting the Console front-end for Rainbow Platform

    6 projects | dev.to | 22 Oct 2024
  • GraphQL Query Complexity Analysis

    1 project | news.ycombinator.com | 28 Jul 2024
  • Diving into Open-Source Development

    1 project | dev.to | 6 Sep 2023
  • How to define schema once and have server code and client code typed? [Typescript]

    3 projects | /r/graphql | 27 Jun 2023
  • GraphQL DoS amount-attack "breadth"

    2 projects | /r/graphql | 11 Jun 2023
  • Uncovering Frontend Data Aggregation: Our Encounter with BFF, GraphQL, and Hydration

    3 projects | dev.to | 22 Mar 2023
  • Apollo federated graph is not presenting its schema to graphiql with fields sorted lexicographically

    2 projects | /r/graphql | 22 Oct 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
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.
coderabbit.ai

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