Skip to main content

typesList

Reads and enables pagination through a set of Entity.

typesList(
spaceId: UUID
first: Int
offset: Int
filter: EntityFilter
): [Entity!]

Arguments

typesList.spaceId ● UUID scalar

typesList.first ● Int scalar

Only read the first n values of the set.

typesList.offset ● Int scalar

Skip the first n values.

typesList.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.