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
36283
8 小时前

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
19612
3 小时前
urql-graphql/urql

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

TypeScript
8839
6 天前

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

TypeScript
6031
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#
5581
5 小时前

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

Swift
3978
7 天前

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

Kotlin
3883
15 小时前

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

Vue
2444
24 天前
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
2356
9 天前

A Simple and Isomorphic GraphQL Client for JavaScript

JavaScript
2257
2 年前

🎣 Minimal hooks-first GraphQL client

TypeScript
1890
4 个月前
ExpediaGroup/graphql-kotlin

Libraries for running GraphQL in Kotlin

Kotlin
1774
8 天前

A GraphQL client in Python

Python
1622
2 天前
the-guild-org/apollo-angular

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

TypeScript
1514
1 个月前

🔗 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
1035
4 年前

Functional GraphQL library for Scala

Scala
968
1 天前