그래프
그래프 쿼리를 실행하고 데이터베이스 메타데이터를 조회하는 API입니다.
📄️ Get Server Info
Get graph server connection information.
📄️ Execute Query
Execute a Cypher query and return results.
📄️ Execute Read Query
Execute a read-only Cypher query and return its records and summary.
📄️ Execute Write Query
Execute a write Cypher query and return its records and summary.
📄️ Get Node Labels
Get all node labels from the database.
📄️ Get Relationship Types
Get all relationship types from the database.
📄️ Get Property Keys
Get all property keys from the database.