10 lines
93 B
GraphQL
10 lines
93 B
GraphQL
query CurrentEpochInfo {
|
|
epoch {
|
|
id
|
|
timestamps {
|
|
start
|
|
end
|
|
}
|
|
}
|
|
}
|