Why
The PoC writes and deploys one subgraph for a sample contract and contrasts its query ergonomics with raw RPC, making the index-design tradeoff explicit.
How it works
Not yet built.
Workspace Index › Dev Notes › The Graph — a subgraph is an index you have to design
#187PoC
The Graph indexes chain events into a GraphQL API via a subgraph, moving the modeling work upstream: what you fail to index at deploy time you cannot query later without a re-sync.
The PoC writes and deploys one subgraph for a sample contract and contrasts its query ergonomics with raw RPC, making the index-design tradeoff explicit.
Not yet built.
The Graph는 서브그래프를 통해 체인 이벤트를 GraphQL API로 인덱싱하며, 모델링 작업을 상류로 옮깁니다: 배포 시점에 인덱싱하지 못한 것은 재동기화 없이는 나중에 조회할 수 없습니다.
이 PoC는 샘플 컨트랙트용 서브그래프 하나를 작성·배포하고 그 조회 편의성을 원시 RPC와 대조해, 인덱스 설계의 트레이드오프를 드러냅니다.
아직 만들지 않음.