Skip to main content

MovePackageVersionFilter

Filter for paginating versions of a given MovePackage.

input MovePackageVersionFilter {
afterVersion: UInt53
beforeVersion: UInt53
}

Fields

MovePackageVersionFilter.afterVersion ● UInt53 scalar

Fetch versions of this package that are strictly newer than this version. Omitting this fetches versions since the original version.

MovePackageVersionFilter.beforeVersion ● UInt53 scalar

Fetch versions of this package that are strictly older than this version. Omitting this fetches versions up to the latest version (inclusive).

Member Of

packageVersions query