mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
|
query claim($id: String!, $block: Block_height){
|
||
|
claim(id: $id, block: $block){
|
||
|
id
|
||
|
timestamp
|
||
|
index
|
||
|
account{
|
||
|
id
|
||
|
}
|
||
|
totalEarned
|
||
|
claimed
|
||
|
}
|
||
|
}
|