Repository navigation

#

GraphQL

Created by Facebook

发布于 2015

graphql
graphql.org
维基百科

相关主题

APIREST APISQL
graphql-server logo

GraphQL 是一个用于 API 的查询语言,由 Facebook 开源。它为 REST API架构提供了一种替代方案,相较于REST更加高效、强大和灵活。 它允许客户端定义所需数据的结构,服务器返回完全相同的数据结构。

例如POST请求:

{
  project(name: "GraphQL") {
    tagline
  }
}

响应结果

{
  "project": {
    "tagline": "A query language for APIs"
  }
}
hasura/graphql-engine

Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.

TypeScript
31717
2 天前

🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

TypeScript
13916
7 小时前
api-platform/api-platform
TypeScript
9022
1 个月前

🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

TypeScript
8441
7 天前
ChilliCream/graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.

C#
5609
13 分钟前

A GraphQL library for Python that leverages type annotations 🍓

Python
4426
2 天前

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources

Java
3670
2 年前
supabase/pg_graphql

GraphQL support for PostgreSQL

Rust
3206
1 个月前

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

Rust
3066
19 小时前
Go
2994
17 天前

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication

TypeScript
2862
20 天前
mirumee/ariadne

Python library for implementing GraphQL servers using schema-first approach.

Python
2296
1 天前

Get a full fake GraphQL API with zero coding in less than 30 seconds.

JavaScript
1950
25 天前
daptin/daptin

Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS

Go
1868
5 天前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1781
19 天前
graphql-hive/graphql-modules

Enterprise Grade Tooling For Your GraphQL Server

TypeScript
1329
2 天前