Repository navigation
GraphQL

GraphQL 是一个用于 API 的查询语言,由 Facebook 开源。它为 REST API架构提供了一种替代方案,相较于REST更加高效、强大和灵活。 它允许客户端定义所需数据的结构,服务器返回完全相同的数据结构。
例如POST请求:
{
project(name: "GraphQL") {
tagline
}
}
响应结果
{
"project": {
"tagline": "A query language for APIs"
}
}
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
Parse Server for Node.js / Express
🌍 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.
🕸️ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
🧘 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.
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.
✨⚡️ A feature-rich GraphQL Client for all platforms.
A GraphQL library for Python that leverages type annotations 🍓
🚀 GraphQL API for WordPress
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Get a full fake GraphQL API with zero coding in less than 30 seconds.
Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS
Libraries for running GraphQL in Kotlin
High Performance GraphQL Runtime
Enterprise Grade Tooling For Your GraphQL Server