Querying Celeste
Examples
This query fetches aggredated data from Celest and obtains the first 5 CourtConfigs and CourtTerms information
{
courtConfigs(first: 5) {
id
currentTerm
termDuration
feeToken {
id
}
}
courtTerms(first: 5) {
id
startTime
randomnessBN
randomness
}
}Returns
This query fetches the first 5 appeals information
Result
Last updated
Was this helpful?