Repository navigation

#

GraphQL

Created by Facebook

发布于 2015

graphql
graphql.org
维基百科

相关主题

APIREST APISQL
graphql-api 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 天前

🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

TypeScript
12710
1 天前
ardatan/graphql-tools

🔧 Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

TypeScript
5390
16 小时前
postlight/headless-wp-starter

🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step

JavaScript
4511
2 年前

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

Rust
2970
17 小时前

WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.

TypeScript
2338
17 天前
foss42/apidash

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.

Dart
2066
5 天前

A list of software that turns your database into a REST/GraphQL API

Go
2052
20 天前
daptin/daptin

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

Go
1858
1 天前

Build a GraphQL service in seconds

Java
1101
8 个月前
afuh/rick-and-morty-api

The Rick and Morty API

JavaScript
1001
2 年前

🏎 A tiny and fast GraphQL client for Vue.js

TypeScript
812
3 个月前

Gentics Mesh - The open source headless CMS for developers

Java
578
1 天前

🌎 Public GraphQL API for information about countries

TypeScript
490
1 年前

FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.

C#
472
3 年前

Hive is a GraphQL platform: schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs

TypeScript
443
2 天前