mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
|
query distribution($id: String!, $block: Block_height){
|
||
|
distribution(id: $id, block: $block){
|
||
|
id
|
||
|
distributor{
|
||
|
id
|
||
|
}
|
||
|
timestamp
|
||
|
distributionNumber
|
||
|
merkleRoot
|
||
|
metadataURI
|
||
|
}
|
||
|
}
|