DEV Community

GraphQL

GraphQL is a query language and execution engine for client‐server applications

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Svelte with Rust and a GraphQL REST API Wrapper

Svelte with Rust and a GraphQL REST API Wrapper

7
Comments
5 min read
[PART 23] Creating a Twitter clone with GraphQL, Typescript, and React ( followers suggestions)

[PART 23] Creating a Twitter clone with GraphQL, Typescript, and React ( followers suggestions)

33
Comments 2
3 min read
React withGraphQL: Optimistic Response - What & Why

React withGraphQL: Optimistic Response - What & Why

5
Comments
2 min read
How to Implement a GraphQL API on Top of an Existing REST API

How to Implement a GraphQL API on Top of an Existing REST API

52
Comments 5
7 min read
Access control in GraphQL using Symfony

Access control in GraphQL using Symfony

22
Comments
2 min read
Create an online C.V with NextJs + AWS Amplify + Tailwind CSS

Create an online C.V with NextJs + AWS Amplify + Tailwind CSS

41
Comments 2
12 min read
Build High Performance GraphQL APIs in 5 minutes with GraphJin

Build High Performance GraphQL APIs in 5 minutes with GraphJin

15
Comments 2
3 min read
[PART 22] Creating a Twitter clone with GraphQL, Typescript, and React ( media upload)

[PART 22] Creating a Twitter clone with GraphQL, Typescript, and React ( media upload)

26
Comments
8 min read
Atomic Increment/Decrement in FaunaDB

Atomic Increment/Decrement in FaunaDB

5
Comments
1 min read
Watch me Consume GraphQL with just HTTP Requests 10:11

Watch me Consume GraphQL with just HTTP Requests

16
Comments 2
1 min read
GraphQL with React - Apollo vs Relay overview

GraphQL with React - Apollo vs Relay overview

23
Comments 2
4 min read
[PART 21] Creating a Twitter clone with GraphQL, Typescript, and React ( comments, trending hashtags )

[PART 21] Creating a Twitter clone with GraphQL, Typescript, and React ( comments, trending hashtags )

8
Comments
5 min read
A better DX for GraphQL Requests

A better DX for GraphQL Requests

3
Comments
2 min read
Discovering GraphQL

Discovering GraphQL

3
Comments
1 min read
Apollo and Vuejs for Vitejs

Apollo and Vuejs for Vitejs

8
Comments 2
1 min read
How to use GraphQL on the Client-side with React and TypeScript

How to use GraphQL on the Client-side with React and TypeScript

49
Comments 1
6 min read
Continuously generate TypeScript typings from GraphQL schema across multiple repositories 🚀

Continuously generate TypeScript typings from GraphQL schema across multiple repositories 🚀

7
Comments 1
5 min read
Consuming GraphQL API In ASP.NET Core (Part 2)

Consuming GraphQL API In ASP.NET Core (Part 2)

25
Comments
6 min read
GraphQL Asia 2021

GraphQL Asia 2021

12
Comments
3 min read
How to use TypeScript with GraphQL

How to use TypeScript with GraphQL

65
Comments 2
7 min read
[PART 20] Creating a Twitter clone with GraphQL, Typescript, and React ( Retweet )

[PART 20] Creating a Twitter clone with GraphQL, Typescript, and React ( Retweet )

7
Comments
4 min read
My GraphQL Schema & Types Generation Workflow

My GraphQL Schema & Types Generation Workflow

27
Comments 4
3 min read
REST vs GraphQL - Building Startups in 2021

REST vs GraphQL - Building Startups in 2021

12
Comments 3
5 min read
Next Level Next.js

Next Level Next.js

2
Comments
1 min read
GraphQL in Angular with Apollo

GraphQL in Angular with Apollo

29
Comments
3 min read
[PART 18][Backend] Creating a Twitter clone with GraphQL, Typescript, and React ( hashtags, link's preview )

[PART 18][Backend] Creating a Twitter clone with GraphQL, Typescript, and React ( hashtags, link's preview )

23
Comments
6 min read
Getting Started With Next.js and GraphQL Authentication | Building GRANDcast.FM Episode 4

Getting Started With Next.js and GraphQL Authentication | Building GRANDcast.FM Episode 4

7
Comments 1
9 min read
[PART 17][Frontend] Creating a Twitter clone with GraphQL, Typescript, and React ( Navbar )

[PART 17][Frontend] Creating a Twitter clone with GraphQL, Typescript, and React ( Navbar )

5
Comments
4 min read
What’s more important? FUNCTIONALITY or STYLING?

What’s more important? FUNCTIONALITY or STYLING?

2
Comments 5
1 min read
How to setup a minimal GraphQL server with Express and Apollo Server

How to setup a minimal GraphQL server with Express and Apollo Server

4
Comments
2 min read
[PART 16] Creating a Twitter clone with GraphQL, Typescript, and React ( Tweets timeline )

[PART 16] Creating a Twitter clone with GraphQL, Typescript, and React ( Tweets timeline )

8
Comments
5 min read
TimescaleDB 2.0 with Hasura Part 2 - Multi-Node

TimescaleDB 2.0 with Hasura Part 2 - Multi-Node

1
Comments
8 min read
Build a Linktree clone in under 1 hour with Strapi, Next.js and GraphQL

Build a Linktree clone in under 1 hour with Strapi, Next.js and GraphQL

15
Comments
15 min read
4 reasons why you should use GraphQL over REST APIs

4 reasons why you should use GraphQL over REST APIs

249
Comments 78
4 min read
GraphQL Tutorial: how to use fields, fragments, and more

GraphQL Tutorial: how to use fields, fragments, and more

21
Comments
8 min read
The ultimate guide to getting multiple token balances on Ethereum

The ultimate guide to getting multiple token balances on Ethereum

18
Comments
9 min read
A small Tutorial for GraphQL Pagination with MongoDB

A small Tutorial for GraphQL Pagination with MongoDB

9
Comments
4 min read
A view on GraphQL in Vue

A view on GraphQL in Vue

17
Comments
3 min read
[ PART 15 ][Frontend] Creating a Twitter clone with GraphQL, Typescript, and React ( Authentication )

[ PART 15 ][Frontend] Creating a Twitter clone with GraphQL, Typescript, and React ( Authentication )

13
Comments
8 min read
Odoo | Hasura GraphQL | Docker

Odoo | Hasura GraphQL | Docker

14
Comments 1
2 min read
GOOD PLACE TO GET APIs from? Or just per need?

GOOD PLACE TO GET APIs from? Or just per need?

2
Comments 1
1 min read
[ PART 13 ] Creating a Twitter clone with GraphQL, Typescript, and React ( followers )

[ PART 13 ] Creating a Twitter clone with GraphQL, Typescript, and React ( followers )

10
Comments
3 min read
[ PART 12 ] Creating a Twitter clone with GraphQL, Typescript, and React ( CommentsCount, retweetsCount )

[ PART 12 ] Creating a Twitter clone with GraphQL, Typescript, and React ( CommentsCount, retweetsCount )

7
Comments
4 min read
Errors are results

Errors are results

6
Comments
4 min read
Writing a To-Do App with GraphQL and Web Components

Writing a To-Do App with GraphQL and Web Components

28
Comments
13 min read
GraphQL via HTTP in five ways: cURL, Python, JavaScript, Ruby and PHP

GraphQL via HTTP in five ways: cURL, Python, JavaScript, Ruby and PHP

20
Comments
6 min read
Stacking Vercel, a GraphQL Apollo Server and React

Stacking Vercel, a GraphQL Apollo Server and React

2
Comments
5 min read
[ PART 11 ] Creating a Twitter clone with GraphQL, Typescript, and React ( Github workflow )

[ PART 11 ] Creating a Twitter clone with GraphQL, Typescript, and React ( Github workflow )

9
Comments
3 min read
GraphQL By Example: With Graphene, Flask, and Fauna

GraphQL By Example: With Graphene, Flask, and Fauna

11
Comments 6
23 min read
[ PART 10 ] Creating a Twitter clone with GraphQL, Typescript, and React ( comment & retweet )

[ PART 10 ] Creating a Twitter clone with GraphQL, Typescript, and React ( comment & retweet )

14
Comments
5 min read
[ PART 9 ] Creating a Twitter clone with GraphQL, Typescript, and React ( isLiked? )

[ PART 9 ] Creating a Twitter clone with GraphQL, Typescript, and React ( isLiked? )

21
Comments 2
3 min read
Create a Graphql server with Nodejs, Typescript and Graphql

Create a Graphql server with Nodejs, Typescript and Graphql

27
Comments 1
3 min read
Backup your GitHub repositories using Bash script and GitHub CLI defining a simple GraphQl query

Backup your GitHub repositories using Bash script and GitHub CLI defining a simple GraphQl query

11
Comments
3 min read
AWS Amplify Subscriptions Usage / 1. Open Chat

AWS Amplify Subscriptions Usage / 1. Open Chat

15
Comments
4 min read
Graphql field to select data from the database

Graphql field to select data from the database

5
Comments
2 min read
5 Reasons to use GraphQL at Your Company

5 Reasons to use GraphQL at Your Company

2
Comments
6 min read
GROQ - a GraphQL alternative?

GROQ - a GraphQL alternative?

3
Comments
4 min read
🚀10 Trending projects on GitHub for web developers - 8th January 2021

🚀10 Trending projects on GitHub for web developers - 8th January 2021

50
Comments
2 min read
[ PART 1 ] Creating a Twitter clone with GraphQL, Knex, Typescript and React

[ PART 1 ] Creating a Twitter clone with GraphQL, Knex, Typescript and React

126
Comments 2
4 min read
Open Source event tracking and gamification engine

Open Source event tracking and gamification engine

5
Comments
1 min read
loading...