Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

objectVersions

Paginate all versions of an object at address, optionally bounding the versions exclusively from below with filter.afterVersion or from above with filter.beforeVersion.

objectVersions(
first: Int
after: String
last: Int
before: String
address: SuiAddress!
filter: VersionFilter
): ObjectConnection

Arguments

objectVersions.first ● Int scalar

objectVersions.after ● String scalar

objectVersions.last ● Int scalar

objectVersions.before ● String scalar

objectVersions.address ● SuiAddress! non-null scalar

objectVersions.filter ● VersionFilter input

Type

ObjectConnection object