GraphQL
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 30,099 public repositories matching this topic...
Minimum example for schema first GraphQL with next.js
-
Updated
Oct 30, 2022 - TypeScript
🚀 💻 Building API with NodeJs + Apollo-Server + GraphQL + TypeGrapqhQL
-
Updated
Dec 15, 2022 - TypeScript
ApolloServer demo app using TypeScript
-
Updated
May 9, 2023 - TypeScript
API GraphQL com Apollo Server
-
Updated
Jun 29, 2023 - JavaScript
This is very simple example of consuming a open source GraphQL query.
-
Updated
Apr 13, 2023 - Kotlin
The backend graphql server for my website
-
Updated
Jun 20, 2023 - TypeScript
Simple Server Clone for Good Reads in GraphQL - Apollo Server 4
-
Updated
May 4, 2023 - TypeScript
Simple graphql api🧑🏻💻
-
Updated
Feb 2, 2023 - TypeScript
GraphQL 기반의 풀스택 토이프로젝트 (Next.js+ express)
-
Updated
Jun 11, 2023 - TypeScript
Backend for a hacker-news clone. The project uses Typescript, Node.js, GraphQL, Apollo-Server, Prisma, Sqlite
-
Updated
Nov 2, 2022 - TypeScript
Simple GraphQL Api to test queries and mutations
-
Updated
Feb 19, 2023 - Java
A Json object scalar type for GraphQL.js
-
Updated
Dec 1, 2017 - JavaScript