Skip to main content

assets

Reads a set of Asset.

assets(
filter: AssetFilter
first: Int
offset: Int
orderBy: [AssetOrderBy!]
): [Asset!]

Arguments

assets.filter ● AssetFilter input

A filter to be used in determining which values should be returned by the collection.

assets.first ● Int scalar

Only read the first n values of the set.

assets.offset ● Int scalar

Skip the first n values.

assets.orderBy ● [AssetOrderBy!] list enum

The method to use when ordering Asset.

Type

Asset object