Skip to main content

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