prorm API Reference
← Documentation
GitLab
Preparing search index...
index
EdgeCreateSpec
Interface EdgeCreateSpec
Fully-resolved spec for creating an edge between matched endpoints.
interface
EdgeCreateSpec
{
fromLabel
:
string
;
fromWhere
?:
WhereOptions
;
edgeLabel
:
string
;
toLabel
:
string
;
toWhere
?:
WhereOptions
;
props
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
from
Label
from
Where?
edge
Label
to
Label
to
Where?
props?
Properties
from
Label
fromLabel
:
string
Optional
from
Where
fromWhere
?:
WhereOptions
edge
Label
edgeLabel
:
string
to
Label
toLabel
:
string
Optional
to
Where
toWhere
?:
WhereOptions
Optional
props
props
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
from
Label
from
Where
edge
Label
to
Label
to
Where
props
← Documentation
GitLab
prorm API Reference
Loading...
Fully-resolved spec for creating an edge between matched endpoints.