Skip to main content

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: IotaAddress!
filter: MovePackageVersionFilter
): MovePackageConnection!

Arguments

packageVersions.first ● Int scalar

packageVersions.after ● String scalar

packageVersions.last ● Int scalar

packageVersions.before ● String scalar

packageVersions.address ● IotaAddress! non-null scalar

packageVersions.filter ● MovePackageVersionFilter input

Type

MovePackageConnection object