sushiswap-watcher-ts/packages/route-processor-watcher/src/gql/queries/getState.gql
Prathamesh Musale ffc637f7a4 Generate watcher for sushiswap route-processor subgraph (#5)
Part of [Generate watchers for sushiswap subgraphs deployed in graph-node
](https://www.notion.so/Generate-watchers-for-sushiswap-subgraphs-deployed-in-graph-node-b3f2e475373d4ab1887d9f8720bd5ae6)

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Reviewed-on: cerc-io/sushiswap-watcher-ts#5
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-12 13:10:43 +00:00

15 lines
355 B
GraphQL

query getState($blockHash: String!, $contractAddress: String!, $kind: String){
getState(blockHash: $blockHash, contractAddress: $contractAddress, kind: $kind){
block{
cid
hash
number
timestamp
parentHash
}
contractAddress
cid
kind
data
}
}