RelationVersionsOrderBy
Methods to use when ordering RelationVersion.
enum RelationVersionsOrderBy {
NATURAL
ID_ASC
ID_DESC
RELATION_ID_ASC
RELATION_ID_DESC
ENTITY_ID_ASC
ENTITY_ID_DESC
TYPE_ID_ASC
TYPE_ID_DESC
FROM_ENTITY_ID_ASC
FROM_ENTITY_ID_DESC
FROM_SPACE_ID_ASC
FROM_SPACE_ID_DESC
TO_ENTITY_ID_ASC
TO_ENTITY_ID_DESC
TO_SPACE_ID_ASC
TO_SPACE_ID_DESC
POSITION_ASC
POSITION_DESC
SPACE_ID_ASC
SPACE_ID_DESC
VERIFIED_ASC
VERIFIED_DESC
VALID_FROM_KEY_ASC
VALID_FROM_KEY_DESC
VALID_TO_KEY_ASC
VALID_TO_KEY_DESC
CONTEXT_ROOT_ID_ASC
CONTEXT_ROOT_ID_DESC
CONTEXT_EDGE_TYPE_ID_ASC
CONTEXT_EDGE_TYPE_ID_DESC
PRIMARY_KEY_ASC
PRIMARY_KEY_DESC
}
Values
RelationVersionsOrderBy.NATURAL
No explicit ordering; results return in the database's natural order. Avoid for paginated queries — use a deterministic order instead.
RelationVersionsOrderBy.ID_ASC
Order results by id ascending.
RelationVersionsOrderBy.ID_DESC
Order results by id descending.
RelationVersionsOrderBy.RELATION_ID_ASC
Order results by relation id ascending.
RelationVersionsOrderBy.RELATION_ID_DESC
Order results by relation id descending.
RelationVersionsOrderBy.ENTITY_ID_ASC
Order results by entity id ascending.
RelationVersionsOrderBy.ENTITY_ID_DESC
Order results by entity id descending.
RelationVersionsOrderBy.TYPE_ID_ASC
Order results by type id ascending.
RelationVersionsOrderBy.TYPE_ID_DESC
Order results by type id descending.
RelationVersionsOrderBy.FROM_ENTITY_ID_ASC
Order results by from entity id ascending.
RelationVersionsOrderBy.FROM_ENTITY_ID_DESC
Order results by from entity id descending.
RelationVersionsOrderBy.FROM_SPACE_ID_ASC
Order results by from space id ascending.
RelationVersionsOrderBy.FROM_SPACE_ID_DESC
Order results by from space id descending.
RelationVersionsOrderBy.TO_ENTITY_ID_ASC
Order results by to entity id ascending.
RelationVersionsOrderBy.TO_ENTITY_ID_DESC
Order results by to entity id descending.
RelationVersionsOrderBy.TO_SPACE_ID_ASC
Order results by to space id ascending.
RelationVersionsOrderBy.TO_SPACE_ID_DESC
Order results by to space id descending.
RelationVersionsOrderBy.POSITION_ASC
Order results by position ascending.
RelationVersionsOrderBy.POSITION_DESC
Order results by position descending.
RelationVersionsOrderBy.SPACE_ID_ASC
Order results by space id ascending.
RelationVersionsOrderBy.SPACE_ID_DESC
Order results by space id descending.
RelationVersionsOrderBy.VERIFIED_ASC
Order results by verified ascending.
RelationVersionsOrderBy.VERIFIED_DESC
Order results by verified descending.
RelationVersionsOrderBy.VALID_FROM_KEY_ASC
Order results by valid from key ascending.
RelationVersionsOrderBy.VALID_FROM_KEY_DESC
Order results by valid from key descending.
RelationVersionsOrderBy.VALID_TO_KEY_ASC
Order results by valid to key ascending.
RelationVersionsOrderBy.VALID_TO_KEY_DESC
Order results by valid to key descending.
RelationVersionsOrderBy.CONTEXT_ROOT_ID_ASC
Order results by context root id ascending.
RelationVersionsOrderBy.CONTEXT_ROOT_ID_DESC
Order results by context root id descending.
RelationVersionsOrderBy.CONTEXT_EDGE_TYPE_ID_ASC
Order results by context edge type id ascending.
RelationVersionsOrderBy.CONTEXT_EDGE_TYPE_ID_DESC
Order results by context edge type id descending.
RelationVersionsOrderBy.PRIMARY_KEY_ASC
Order results by primary key ascending.
RelationVersionsOrderBy.PRIMARY_KEY_DESC
Order results by primary key descending.
Member Of
relationVersions query ● relationVersionsConnection query