
GraphQL on Sui Adds Real-Time Subscriptions
- —Subscriptions are live on Sui Testnet and Mainnet
- —Developers can subscribe to checkpoints, transactions and events with query-aligned filters
- —A subscription can start from a past cursor, backfill and continue into live delivery
- —Clients reconnect with their last-seen cursor and backfill missed data
Why it matters: It removes the need for polling and lowers the barrier to application-specific indexing on Sui.
Source: Sui Blog