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
31659
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
13905
2 天前
api-platform/api-platform
TypeScript
8967
2 个月前

🧘 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
8413
9 天前
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#
5581
11 小时前

A GraphQL library for Python that leverages type annotations 🍓

Python
4371
13 小时前

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

Java
3670
2 年前
supabase/pg_graphql

GraphQL support for PostgreSQL

Rust
3171
1 个月前

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

Rust
3010
14 分钟前
Go
2986
2 个月前

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

TypeScript
2849
1 个月前
mirumee/ariadne

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

Python
2282
1 个月前

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

JavaScript
1948
1 个月前
daptin/daptin

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

Go
1865
2 天前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1774
9 天前
graphql-hive/graphql-modules

Enterprise Grade Tooling For Your GraphQL Server

TypeScript
1326
11 小时前