mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +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
|
|
}
|
|
}
|