v0.1.x of the SDK migrated all internal reads to GraphQL.
This helper still uses SuiClient.multiGetObjects so existing
callers remain source-compatible. New code should call
multiGetObjectsGraphql(ids) (re-exported from this module), which
returns the GraphQL-native flat object shape
{ objectId, version, digest, type, fields }.
Batch fetch JSON-RPC
SuiObjectResponseshapes for the given object ids.