#graphql #graph #spec #service #point #networking #graph-ql-over-http

thegraph-graphql-http

The Graph 网络服务的 GraphQL-over-HTTP 规范的 Rust 实现

7 个版本

新版本 0.2.4 2024 年 8 月 19 日
0.2.3 2024 年 6 月 3 日
0.2.2 2024 年 5 月 30 日
0.2.1 2024 年 4 月 22 日
0.1.0 2024 年 3 月 4 日

#912 in 网络编程

Download history 147/week @ 2024-04-28 172/week @ 2024-05-05 161/week @ 2024-05-12 443/week @ 2024-05-19 323/week @ 2024-05-26 337/week @ 2024-06-02 126/week @ 2024-06-09 114/week @ 2024-06-16 521/week @ 2024-06-23 318/week @ 2024-06-30 217/week @ 2024-07-07 77/week @ 2024-07-14 273/week @ 2024-07-21 548/week @ 2024-07-28 416/week @ 2024-08-04 382/week @ 2024-08-11

1,622 个月下载量
用于 thegraph-core

MIT 许可证

35KB
458

thegraph-graphql-http

Crates.io License ci

The Graph 网络服务的 GraphQL-over-HTTP 规范的 Rust 实现。

用法

要将此 crate 添加到您的项目作为依赖项,请使用 cargo add 命令

cargo add thegraph-graphql-http

在 cargo 工作区中,使用包选择功能将其添加为工作区中特定包的依赖项

cargo add --package <package-name> thegraph-graphql-http

或者,您可以使用 Cargo.toml 文件手动添加依赖项,并指定 git 仓库的 URL 和您想要使用的特定标签,例如

thegraph-graphql-http = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-graphql-http-vX.Y.Z" }

依赖项

~0.7–16MB
~226K SLoC