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.

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