#

GraphQL

css logo

GraphQL 是一个用于 API 的查询语言,由 Facebook 开源。它为 REST API架构提供了一种替代方案,相较于REST更加高效、强大和灵活。 它允许客户端定义所需数据的结构,服务器返回完全相同的数据结构。

例如POST请求:

{
  project(name: "GraphQL") {
    tagline
  }
}

响应结果

{
  "project": {
    "tagline": "A query language for APIs"
  }
}
hoppscotch/hoppscotch
https://static.github-zh.com/github_avatars/hoppscotch?size=40

Hoppscotch (原Postwoman) 是一个API请求测试工具,支持HTTP、Websocket、GraphQL、MQTT等,是Postman替代品

TypeScript 74.42 k
6 小时前
strapi/strapi
https://static.github-zh.com/github_avatars/strapi?size=40

Strapi 是一个基于 Node.js 的Headless CMS内容管理系统,帮助开发者快速构建API,适用于快速原型呈现。

TypeScript 69.56 k
3 小时前
https://static.github-zh.com/github_avatars/gatsbyjs?size=40

#静态网页生成器#Gatsby 是一个基于React,用于搭建静态站点的开源框架,用于帮助开发者构建运行速度极快的网站。

JavaScript 55.92 k
2 天前
prettier/prettier
https://static.github-zh.com/github_avatars/prettier?size=40

Prettier 是一款代码格式化工具,适用于JavaScript、TypeScript、HTML、JSX、Vue、JSON、Markdown等

JavaScript 50.95 k
3 天前
TanStack/query
https://static.github-zh.com/github_avatars/TanStack?size=40

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

TypeScript 46.64 k
17 小时前
Kong/insomnia
https://static.github-zh.com/github_avatars/Kong?size=40

一个跨平台 API测试工具,支持REST、GraphQL、WebSockets以及gRPC协议

TypeScript 37.15 k
8 小时前
https://static.github-zh.com/github_avatars/usebruno?size=40
JavaScript 36.91 k
9 小时前
refinedev/refine
https://static.github-zh.com/github_avatars/refinedev?size=40

refine 是一个基于React的web快速开发框架。使得开发人员减少重复的CRUD操作,提供包括身份认证、访问控制、路由、网络、状态管理和i18n等行业标准解决方案

TypeScript 32.61 k
6 小时前
directus/directus
https://static.github-zh.com/github_avatars/directus?size=40

The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

TypeScript 32.31 k
3 小时前
hasura/graphql-engine
https://static.github-zh.com/github_avatars/hasura?size=40

Hasura GraphQL引擎是一个高性能的GraphQL服务器,可为您提供Postgres上开箱即用的实时GraphQL API,响应数据库事件的 Webhook触发器,以及用于业务逻辑处理的远端Schema。

TypeScript 31.7 k
10 小时前
heyverse/hey
https://static.github-zh.com/github_avatars/heyverse?size=40
TypeScript 29.41 k
21 天前
https://static.github-zh.com/github_avatars/marmelab?size=40

A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design

TypeScript 26.2 k
3 小时前
pubkey/rxdb
https://static.github-zh.com/github_avatars/pubkey?size=40
TypeScript 22.66 k
4 天前
saleor/saleor
https://static.github-zh.com/github_avatars/saleor?size=40
Python 22.07 k
2 小时前
https://static.github-zh.com/github_avatars/graphql?size=40

A reference implementation of GraphQL for JavaScript

TypeScript 20.23 k
15 天前
https://static.github-zh.com/github_avatars/apollographql?size=40

The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate ...

TypeScript 19.63 k
1 天前
https://static.github-zh.com/github_avatars/redwoodjs?size=40
TypeScript 17.66 k
21 小时前
loading...

Created by Facebook

发布于 2015

Repository
graphql
Website
graphql.org
Wikipedia
维基百科

相关主题

APIREST APISQL