A new GraphQL client for TypeScript

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • graphql-ts-client

    Typescript DSL for GraphQL.

  • I've published a new framework: https://github.com/babyfish-ct/graphql-ts-client, it's a new GraphQL client for TypeScript, it brings very good experience to GraphQL client development.Like most TypeScript-based GraphQL clients, this framework provides code generation tool to download schema information from the server and generate relevant code, but this is not enough.Unlike the server only requiring the schema of the entire application, the client often needs to focus on the schema corresponding to a specific query. It is not allowed to access data that is not included in the GraphQL request, in order to achieve compile-time checking, the data type returned by the query cannot contain fields that are not queried.Some other TypeScript client frameworks allow users to define all possible queries in advance, and then generate specific data types for each query. This method has the following disadvantages

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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