Skip to main content

assetEvents

Reads a set of AssetEvent.

assetEvents(
filter: AssetEventFilter
first: Int
offset: Int
orderBy: [AssetEventOrderBy!]
): [AssetEvent!]

Arguments

assetEvents.filter ● AssetEventFilter input

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

assetEvents.first ● Int scalar

Only read the first n values of the set.

assetEvents.offset ● Int scalar

Skip the first n values.

assetEvents.orderBy ● [AssetEventOrderBy!] list enum

The method to use when ordering AssetEvent.

Type

AssetEvent object