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
32611
1 天前

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

TypeScript
19552
11 小时前
urql-graphql/urql

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

TypeScript
8771
17 天前

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

TypeScript
5976
21 小时前
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#
5430
1 天前

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

Swift
3942
4 天前

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

Kotlin
3824
4 天前

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

Vue
2280
11 天前

A Simple and Isomorphic GraphQL Client for JavaScript

JavaScript
2258
2 年前
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
2068
3 小时前

🎣 Minimal hooks-first GraphQL client

TypeScript
1892
13 天前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1756
6 天前

A GraphQL client in Python

Python
1600
1 个月前
kamilkisiela/apollo-angular

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

TypeScript
1511
1 个月前

🔗 Interface for fetching and modifying control flow of GraphQL requests

TypeScript
1433
2 年前

A Ruby library for declaring, composing and executing GraphQL queries

Ruby
1156
1 年前
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
1035
4 年前

Functional GraphQL library for Scala

Scala
956
1 天前