Interface IRelationsRequestOpts

interface IRelationsRequestOpts {
    dir?: Direction;
    from?: string;
    limit?: number;
    recurse?: boolean;
    to?: string;
}

Properties

dir?: Direction
from?: string
limit?: number
recurse?: boolean
to?: string