Repository navigation
GraphQL

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)
🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere.
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.
✨⚡️ A feature-rich GraphQL Client for all platforms.
📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
🚀 A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop
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.
🎣 Minimal hooks-first GraphQL client
Libraries for running GraphQL in Kotlin
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
🔗 Interface for fetching and modifying control flow of GraphQL requests
A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
🌈 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.