This website requires JavaScript.
Explore
Help
Sign In
LaconicNetwork
/
vega-frontend-monorepo
Watch
3
Star
0
Fork
0
You've already forked vega-frontend-monorepo
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
98ff4f3c04
vega-frontend-monorepo
/
apps
/
trading
/
lib
/
hooks
/
Epoch.graphql
11 lines
127 B
GraphQL
Raw
Normal View
History
Unescape
Escape
feat(trading): game results table (#5801) Co-authored-by: bwallacee <ben@vega.xyz>
2024-02-15 20:14:04 +00:00
query
EpochInfo
(
$epochId
:
ID
)
{
epoch
(
id
:
$epochId
)
{
feat(trading): referrals (Mk2), referrals stats, apply preview (#5021)
2023-10-23 14:57:18 +00:00
id
timestamps
{
start
end
feat(trading): game results table (#5801) Co-authored-by: bwallacee <ben@vega.xyz>
2024-02-15 20:14:04 +00:00
expiry
feat(trading): referrals (Mk2), referrals stats, apply preview (#5021)
2023-10-23 14:57:18 +00:00
}
}
}
Reference in New Issue
Copy Permalink