1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Robert 1e8c68bbeb Workshop - Avoid crashes when auto-updating without internet
Workshop - Added vote based entry score system
2024-07-24 11:39:56 +02:00

6 lines
67 B
GraphQL

query GetVotes {
votes {
entryId
upvote
}
}