Skip to main content

search

Reads and enables pagination through a set of Entity.

search(
query: String
spaceId: UUID
similarityThreshold: Float
first: Int
offset: Int
filter: EntityFilter
): [Entity!]

Arguments

search.query ● String scalar

search.spaceId ● UUID scalar

search.similarityThreshold ● Float scalar

search.first ● Int scalar

Only read the first n values of the set.

search.offset ● Int scalar

Skip the first n values.

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

:::tip See also

Cookbook recipes that use this:

:::