1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Robert ad4da3032d Workshop - Added profile uploading
Submission wizard - Final upload steps
2023-08-13 21:11:05 +02:00

6 lines
97 B
GraphQL

mutation AddEntry ($input: CreateEntryInput!) {
addEntry(input: $input) {
id
}
}