sui-graphql 0.3.0

GraphQL client for Sui blockchain
Documentation

sui-graphql

sui-graphql on crates.io Documentation (latest release) Documentation (master)

A Rust client for interacting with the Sui blockchain via its GraphQL API. Provides typed methods for querying chain state, objects, transactions, checkpoints, epochs, executing transactions, and more. For custom queries, the companion sui-graphql-macros crate offers #[derive(Response)] for ergonomic, compile-time validated response deserialization.