mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-03-25 02:38:48 +00:00
Workshop - Added image management to existing entries Workshop - Fixed pagination in layouts page
6 lines
103 B
GraphQL
6 lines
103 B
GraphQL
mutation UpdateEntry ($input: UpdateEntryInput!) {
|
|
updateEntry(input: $input) {
|
|
id
|
|
}
|
|
}
|