push_batch
Create up to 1,000 nodes and edges in one batch—applying nodes first, then edges—to update a live graph in a single operation.
Instructions
여러 노드/엣지를 한 번에 그린다. 배치 안에서 서로 참조해도 된다.
nodes 를 먼저 적용한 뒤 edges 를 적용한다. 호출당 nodes+edges 합계 1,000개 상한 — 대량 유입은 import_from_file 을 쓴다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | No | ||
| nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||