Skip to main content

relationVersions

Reads a set of RelationVersion.

relationVersions(
first: Int
offset: Int
orderBy: [RelationVersionsOrderBy!]
condition: RelationVersionCondition
filter: RelationVersionFilter
): [RelationVersion!]

Arguments

relationVersions.first ● Int scalar

Only read the first n values of the set.

relationVersions.offset ● Int scalar

Skip the first n values.

relationVersions.orderBy ● [RelationVersionsOrderBy!] list enum

The method to use when ordering RelationVersion.

relationVersions.condition ● RelationVersionCondition input

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

relationVersions.filter ● RelationVersionFilter input

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

Type

RelationVersion object

Historical snapshot of one relation as it existed in a specific edit. Used for time-travel queries and version history.

:::tip See also

Cookbook recipes that use this:

:::