graphops / graph-network-substreams

Graph Network Substreams
Apache License 2.0
1 stars 1 forks source link

SubgrapVersion entity feature parity #51

Closed sahra-karakoc closed 10 months ago

sahra-karakoc commented 1 year ago

Tracking issue https://github.com/graphops/graph-network-substreams/issues/46

sahra-karakoc commented 11 months ago

SubgraphVersion fetches ipfs data which is not yet available in substreams

sahra-karakoc commented 10 months ago

Added fields:

type SubgraphVersion @entity { "Concatenation of subgraph, subgraph deployment, and version ID" id: ID! "Subgraph of this version" subgraph: Subgraph! "Subgraph deployment of this version" subgraphDeployment: SubgraphDeployment! "Version number" version: Int! "Creation timestamp" createdAt: Int! }