Build a GraphQL app in Node.js with TypeScript and graphql-request

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • graphql-request

    Minimal GraphQL client

  • In this article, you will build a full-stack app using GraphQL and Node.js in the backend. Meanwhile, our frontend will use the graphql-request library to perform network operations on our backend. We will cover the following steps:

  • GraphQL-fullstack

  • Here is the full source code of this project.

  • 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
  • Mongoose

    MongoDB object modeling designed to work in an asynchronous environment.

  • To put it simply, a GraphQL schema is a description of the dataset that clients can request from an API. This concept is similar to that of the Mongoose library. To build a schema, navigate to the app/Schema.ts file. There, write the following code:

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

  • You can't leak users' data if you don't hold it

    2 projects | news.ycombinator.com | 30 Mar 2024
  • A Simple Way to Sign AWS Requests with Signature V4

    2 projects | dev.to | 27 Mar 2024
  • Ask HN: Are you using MSSQL at work, is it popular?

    1 project | news.ycombinator.com | 26 Jan 2024
  • Integrating GraphQL Codegen with Storyblok: Step-by-Step Guide

    3 projects | dev.to | 15 Jan 2024
  • Sneakiest development trap: making easy easier...

    1 project | dev.to | 4 Jan 2024