vega-frontend-monorepo/apps/trading/lib/hooks/Epoch.graphql
Art 98ff4f3c04
feat(trading): game results table (#5801)
Co-authored-by: bwallacee <ben@vega.xyz>
2024-02-15 20:14:04 +00:00

11 lines
127 B
GraphQL

query EpochInfo($epochId: ID) {
epoch(id: $epochId) {
id
timestamps {
start
end
expiry
}
}
}