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
🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!
The Open Source Firebase Alternative with GraphQL.
🔧 Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
🚀 GraphQL API for WordPress
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.
API Dash is a beautiful open-source cross-platform (macOS, Windows, Linux, Android & iOS) API Client built using Flutter which can help you easily create & customize your HTTP & GraphQL API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
A list of software that turns your database into a REST/GraphQL API
Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS
High Performance GraphQL Runtime
🏎 A tiny and fast GraphQL client for Vue.js
Gentics Mesh - The open source headless CMS for developers
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Hive is a GraphQL platform: schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs