1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 10:43:31 +00:00
RobertBeekman 78b96deeab Router - Added reload
Workshop - Added image management to existing entries
Workshop - Fixed pagination in layouts page
2024-01-28 22:43:35 +01:00

6 lines
103 B
GraphQL

mutation UpdateEntry ($input: UpdateEntryInput!) {
updateEntry(input: $input) {
id
}
}