Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

packageVersions

Fetch all versions of package at address (packages that share this package's original ID), optionally bounding the versions exclusively from below with afterVersion, or from above with beforeVersion.

packageVersions(
first: Int
after: String
last: Int
before: String
address: SuiAddress!
filter: MovePackageVersionFilter
): 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 ● MovePackageVersionFilter input

Type

MovePackageConnection object