How to define schema once and have server code and client code typed? [Typescript]

This page summarizes the projects mentioned and recommended in the original post on /r/graphql

SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. graphql-js

    A reference implementation of GraphQL for JavaScript

    When I asked this in StackOverflow over a year ago I reached the solution of using graphql + graphql-zeus.

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. graphql-zeus

    GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )

    When I asked this in StackOverflow over a year ago I reached the solution of using graphql + graphql-zeus.

  4. express-graphql

    Discontinued Create a GraphQL HTTP server with Express.

    It looked a little janky but it actually worked fine. But then I needed file uploads. Something graphql-zeus does not support. So I had to create a small wrapper for the SDK created so that it worked. And then also express-graphql, the server I was using, was deprecated.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Learn How to Build a GraphQL API in Node.js Using Apollo Server

    1 project | dev.to | 6 Jan 2022
  • With Cube GraphQL API, you can query data warehouses like BigQuery and dozens of SQL-enabled databases like Postgres using GraphQL

    1 project | /r/javascript | 17 Dec 2021
  • a first look at graphQL helix

    6 projects | dev.to | 20 Sep 2021
  • What is the best way to set up a GraphQL server?

    5 projects | /r/learnprogramming | 24 Apr 2021
  • Typing and mocking a GraphQL API server with Apollo

    2 projects | dev.to | 25 Mar 2021