prorm API Reference
← Documentation
GitLab
Preparing search index...
index
VertexTypeSchema
Interface VertexTypeSchema
One vertex type as returned by GSQL schema introspection.
interface
VertexTypeSchema
{
Name
:
string
;
PrimaryId
?:
Record
<
string
,
unknown
>
;
Attributes
?:
{
AttributeName
:
string
;
AttributeType
?:
Record
<
string
,
unknown
>
;
}
[]
;
}
Index
Properties
Name
Primary
Id?
Attributes?
Properties
Name
Name
:
string
Optional
Primary
Id
PrimaryId
?:
Record
<
string
,
unknown
>
Optional
Attributes
Attributes
?:
{
AttributeName
:
string
;
AttributeType
?:
Record
<
string
,
unknown
>
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Name
Primary
Id
Attributes
← Documentation
GitLab
prorm API Reference
Loading...
One vertex type as returned by GSQL schema introspection.