Trying to create an API user interface that forces the user to choose from the pre-defined vertex and edge types
Could you please help us with the method to TigerGraph instance to send us:
- The different possible types of vertexes and schema as defined in the schema?
- The different attributes for a particular type of vertex or edge as defined in the schema?
(Our worry is if we modify the schema in the future the app should be able to pickup the basic changes).
Thank you!