Repository navigation

#

GraphQL

Created by Facebook

发布于 2015

graphql
graphql.org
维基百科

相关主题

APIREST APISQL
graphql-client logo

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

例如POST请求:

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

响应结果

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

Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)

JavaScript
37308
1 天前

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 your app development.

TypeScript
19648
11 小时前
urql-graphql/urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

TypeScript
8861
1 个月前

Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere.

TypeScript
6045
1 天前
ChilliCream/graphql-platform

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.

C#
5609
2 小时前

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.

Swift
3985
3 天前

🚀  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

Kotlin
3905
18 小时前

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

Vue
2490
1 个月前
foss42/apidash

API Dash is a beautiful AI-powered open-source cross-platform (Desktop & Mobile) 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
2432
2 天前

A Simple and Isomorphic GraphQL Client for JavaScript

JavaScript
2256
3 年前

🎣 Minimal hooks-first GraphQL client

TypeScript
1890
6 个月前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1781
19 天前

A GraphQL client in Python

Python
1640
1 个月前
the-guild-org/apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁

TypeScript
1516
9 天前

🔗 Interface for fetching and modifying control flow of GraphQL requests

TypeScript
1432
2 年前

A Ruby library for declaring, composing and executing GraphQL queries

Ruby
1156
2 年前
atulmy/fullstack-graphql

🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.

JavaScript
1036
5 年前

KMP/CMP GraphQL based conference project with Jetpack Compose Android, Compose for Wear, and Compose Multiplatform Desktop, Web and iOS clients along with GraphQL backend.

Kotlin
981
2 小时前