OBJECT

Node

A Node is a representation of a non-binary tree. Except for the root Node, every Node must have a parent and can have multiple children

link GraphQL Schema definition