Skip to main content

packageVersions

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

Different versions of a package will have different object IDs, unless they are system packages, but will share the same original ID.

packageVersions(
first: Int
after: String
last: Int
before: String
address: SuiAddress!
filter: VersionFilter
): MovePackageConnection

Arguments​

packageVersions.first ● Int scalar​

packageVersions.after ● String scalar​

packageVersions.last ● Int scalar​

packageVersions.before ● String scalar​

packageVersions.address ● SuiAddress! non-null scalar​

packageVersions.filter ● VersionFilter input​

Type​

MovePackageConnection object​