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