Skip to main content

relationByNodeId

Reads a single Relation using its globally unique ID.

relationByNodeId(
nodeId: ID!
): Relation

Arguments

relationByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single Relation.

Type

Relation object

A first-class directed edge between two entities. Relations have their own UUID, their own type (a Property entity defining the edge kind), and a fractional-index position for ordered collections. Unlike SQL foreign keys, relations are addressable graph entities you can query and traverse independently.