mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
|
query distributor($id: String!, $block: Block_height){
|
||
|
distributor(id: $id, block: $block){
|
||
|
id
|
||
|
currentDistribution{
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
}
|