Skip to main content

packages

The Move packages that exist in the network, optionally filtered to be strictly before beforeCheckpoint and/or strictly after afterCheckpoint.

This query will return all versions of a given user package that appear between the specified checkpoints, but only records the latest versions of system packages.

packages(
first: Int
after: String
last: Int
before: String
afterCheckpoint: Int
beforeCheckpoint: Int
): MovePackageConnection!

Arguments

packages.first ● Int scalar

packages.after ● String scalar

packages.last ● Int scalar

packages.before ● String scalar

packages.afterCheckpoint ● Int scalar

packages.beforeCheckpoint ● Int scalar

Type

MovePackageConnection object