Reference to the node pointed to by the direct relation. The reference consists of a space and an external-id.

interface DirectRelationReference {
    externalId: string;
    space: string;
}

Properties

Properties

externalId: string
space: string