entityByNodeId
Reads a single Entity using its globally unique ID.
entityByNodeId(
nodeId: ID!
): Entity
Arguments
entityByNodeId.nodeId ● ID! non-null scalar
The globally unique ID to be used in selecting a single Entity.
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.