Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

Experiment: Check if a simple parent-child relation (as in a tree topology) works in Zendro #41

Open asishallab opened 4 years ago

asishallab commented 4 years ago

type TreeNode { id parent_id content }

How to find parent of node id = 2

How to find children of node id = 2

Does that work in Zendro?