node

Examples

type Node {
  id: Float!
  type: NodeType!
  metaData: JSON!
}

Fields

Field
Description
Supported fields

id Float!

Unique identifier for the node

Type of the node indicating what entity it represents

metaData JSON!

Additional metadata associated with the node

References

Fields with this object:

Last updated