valueVersions
Reads a set of ValueVersion.
valueVersions(
first: Int
offset: Int
orderBy: [ValueVersionsOrderBy!]
condition: ValueVersionCondition
filter: ValueVersionFilter
): [ValueVersion!]
Arguments
valueVersions.first ● Int scalar
Only read the first n values of the set.
valueVersions.offset ● Int scalar
Skip the first n values.
valueVersions.orderBy ● [ValueVersionsOrderBy!] list enum
The method to use when ordering ValueVersion.
valueVersions.condition ● ValueVersionCondition input
A condition to be used in determining which values should be returned by the collection.
valueVersions.filter ● ValueVersionFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ValueVersion object
Historical snapshot of one value as it existed in a specific edit. Used for time-travel queries and version history.
:::tip See also
Cookbook recipes that use this:
:::