prorm API Reference
← Documentation
GitLab
Preparing search index...
index
TigerGraphEdge
Interface TigerGraphEdge<T>
An edge as returned by
GET /graph/{graph}/edges/...
(confirmed shape).
interface
TigerGraphEdge
<
T
=
Record
<
string
,
unknown
>
>
{
e_type
:
string
;
directed
:
boolean
;
from_id
:
string
;
from_type
:
string
;
to_id
:
string
;
to_type
:
string
;
attributes
:
T
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
e_
type
directed
from_
id
from_
type
to_
id
to_
type
attributes
Properties
e_
type
e_type
:
string
directed
directed
:
boolean
from_
id
from_id
:
string
from_
type
from_type
:
string
to_
id
to_id
:
string
to_
type
to_type
:
string
attributes
attributes
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
e_
type
directed
from_
id
from_
type
to_
id
to_
type
attributes
← Documentation
GitLab
prorm API Reference
Loading...
An edge as returned by
GET /graph/{graph}/edges/...(confirmed shape).