This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
watcher-ts
Watch
16
Star
1
Fork
0
You've already forked watcher-ts
mirror of
https://github.com/cerc-io/watcher-ts
synced
2025-01-25 12:30:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
73dcb882a6
watcher-ts
/
packages
/
graph-node
/
test
/
subgraph
/
example1
/
schema.graphql
7 lines
108 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Example subgraph, ethCall test to drive implementation (#18) * Setup example subgraph. * Implement eth_call in subgraph. * eth-call test stub Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-09-28 06:58:43 +00:00
type
ExampleEntity
@entity
{
id
:
ID
!
count
:
BigInt
!
param1
:
String
!
# string
Invoke subgraph handler in watcher event processing (#34) * Invoke subgraph handler in watcher event processing * Fix error when invoking subgraph handler * Parse events using event signature specified in subgraph yaml * Use contract abi to parse event params * Invoke event handler based on event signature * Fill event with block and transaction data * Comment missing fields in block and transaction data
2021-11-01 09:43:22 +00:00
param2
:
Int
!
# uint8
Example subgraph, ethCall test to drive implementation (#18) * Setup example subgraph. * Implement eth_call in subgraph. * eth-call test stub Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-09-28 06:58:43 +00:00
}
Reference in New Issue
Copy Permalink