mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
|
query slot($id: String!, $block: Block_height){
|
||
|
slot(id: $id, block: $block){
|
||
|
id
|
||
|
owner
|
||
|
delegate
|
||
|
winningBid
|
||
|
oldBid
|
||
|
startTime
|
||
|
expirationTime
|
||
|
taxRatePerDay
|
||
|
claims{
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
}
|