prorm API Reference
← Documentation
GitLab
Preparing search index...
index
EdgeTypeSchema
Interface EdgeTypeSchema
One edge type as returned by GSQL schema introspection.
interface
EdgeTypeSchema
{
Name
:
string
;
FromVertexTypeName
?:
string
;
ToVertexTypeName
?:
string
;
IsDirected
?:
boolean
;
Attributes
?:
{
AttributeName
:
string
;
AttributeType
?:
Record
<
string
,
unknown
>
;
}
[]
;
}
Index
Properties
Name
From
Vertex
Type
Name?
To
Vertex
Type
Name?
Is
Directed?
Attributes?
Properties
Name
Name
:
string
Optional
From
Vertex
Type
Name
FromVertexTypeName
?:
string
Optional
To
Vertex
Type
Name
ToVertexTypeName
?:
string
Optional
Is
Directed
IsDirected
?:
boolean
Optional
Attributes
Attributes
?:
{
AttributeName
:
string
;
AttributeType
?:
Record
<
string
,
unknown
>
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Name
From
Vertex
Type
Name
To
Vertex
Type
Name
Is
Directed
Attributes
← Documentation
GitLab
prorm API Reference
Loading...
One edge type as returned by GSQL schema introspection.