Ask a question to get started
Enter to sendā¢Shift+Enter new line
Set the schema of the TigerGraph Database. Auto-generates Schema if schema is None.
set_schema( self, schema: Optional[Dict[str, Any]] = None, ) -> None