node
Examples
type Node {
id: Float!
type: NodeType!
metaData: JSON!
}
Fields
Field
Description
Supported fields
id Float!
Unique identifier for the node
metaData JSON!
Additional metadata associated with the node
References
Fields with this object:
Last updated