Repository navigation

#

GraphQL

Created by Facebook

发布于 2015

graphql
graphql.org
维基百科

相关主题

APIREST APISQL
graphql logo

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

例如POST请求:

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

响应结果

{
  "project": {
    "tagline": "A query language for APIs"
  }
}
hoppscotch/hoppscotch

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)

TypeScript
71231
2 天前
strapi/strapi

🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

TypeScript
66260
16 小时前

The best React-based framework with performance, scalability and security built in.

JavaScript
55813
20 小时前
TanStack/query

🤖 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
44796
1 天前
Kong/insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

JavaScript
36116
1 天前
payloadcms/payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

TypeScript
34023
20 小时前
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 天前
directus/directus

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
29964
1 天前
heyverse/hey

Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

TypeScript
28788
6 小时前

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

TypeScript
25664
1 天前
kriasoft/react-starter-kit

The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

TypeScript
22877
1 年前
pubkey/rxdb
TypeScript
22251
13 小时前

A reference implementation of GraphQL for JavaScript

TypeScript
20186
7 天前

🚀  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

TypeScript
19550
10 小时前
TypeScript
17609
2 天前