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.

packages

Paginate all packages published on-chain, optionally bounded to packages published strictly after filter.afterCheckpoint and/or strictly before filter.beforeCheckpoint.

packages(
first: Int
after: String
last: Int
before: String
filter: CheckpointFilter
): MovePackageConnection

Arguments

packages.first ● Int scalar

packages.after ● String scalar

packages.last ● Int scalar

packages.before ● String scalar

packages.filter ● CheckpointFilter input

Type

MovePackageConnection object