98ff4f3c04
Co-authored-by: bwallacee <ben@vega.xyz>
11 lines
127 B
GraphQL
11 lines
127 B
GraphQL
query EpochInfo($epochId: ID) {
|
|
epoch(id: $epochId) {
|
|
id
|
|
timestamps {
|
|
start
|
|
end
|
|
expiry
|
|
}
|
|
}
|
|
}
|