Hi all,
I’m wondering if anyone else has explored this.
Basically I am wondering if there is a way to accurately build TigerGraph queries programatically.
What I mean is say I have a graph schema, (the vertex types and edges are therefor known),
and say I am given some configuration yaml where there are keys and values
that are basically vertex types to be queried along with supplied field names.
Since a schema exists (meaning data relations are known), is there a way I can leverage that
in order to build a query based off of the provided configuration yaml mentioned?
What I’m eluding to is code gen and some build process that would take care of installing the query,
but if there is something someone else has made or some framework that exists, I’d love to know about it.