prorm API Reference
← Documentation
GitLab
Preparing search index...
index
EdgeUpsert
Interface EdgeUpsert
A single edge to upsert via
upsertEdges()
.
interface
EdgeUpsert
{
fromType
:
string
;
fromId
:
string
;
edgeType
:
string
;
toType
:
string
;
toId
:
string
;
attributes
?:
PlainAttributes
;
}
Index
Properties
from
Type
from
Id
edge
Type
to
Type
to
Id
attributes?
Properties
from
Type
fromType
:
string
from
Id
fromId
:
string
edge
Type
edgeType
:
string
to
Type
toType
:
string
to
Id
toId
:
string
Optional
attributes
attributes
?:
PlainAttributes
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
from
Type
from
Id
edge
Type
to
Type
to
Id
attributes
← Documentation
GitLab
prorm API Reference
Loading...
A single edge to upsert via
upsertEdges().