Skip to main content

entitiesOrderedByProperty

Reads and enables pagination through a set of Entity.

entitiesOrderedByProperty(
propertyId: UUID
spaceId: UUID
sortDirection: SortOrder
dataType: String
first: Int
offset: Int
filter: EntityFilter
): [Entity!]

Arguments

entitiesOrderedByProperty.propertyId ● UUID scalar

entitiesOrderedByProperty.spaceId ● UUID scalar

entitiesOrderedByProperty.sortDirection ● SortOrder enum

entitiesOrderedByProperty.dataType ● String scalar

entitiesOrderedByProperty.first ● Int scalar

Only read the first n values of the set.

entitiesOrderedByProperty.offset ● Int scalar

Skip the first n values.

entitiesOrderedByProperty.filter ● EntityFilter input

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

Type

Entity object

A node in the Geo knowledge graph. Has typed values (text/integer/date/etc. attached via properties) and typed relations (directed edges to other entities). Entities are not class instances — types are tags applied via the Types relation, and an entity can carry multiple types simultaneously.