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
31476
1 天前

🌍  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
13862
2 天前
api-platform/api-platform
TypeScript
8886
12 天前

🧘 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
8348
11 小时前
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#
5430
7 小时前

A GraphQL library for Python that leverages type annotations 🍓

Python
4234
3 天前

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

Java
3672
2 年前

GraphQL support for PostgreSQL

Rust
3089
10 天前

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

Rust
2970
17 小时前
Go
2965
7 个月前

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

TypeScript
2781
5 天前
mirumee/ariadne

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

Python
2265
1 天前

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

JavaScript
1943
5 天前
daptin/daptin

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

Go
1858
1 小时前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1757
5 天前
graphql-hive/graphql-modules

Enterprise Grade Tooling For Your GraphQL Server

TypeScript
1325
20 小时前