joyent-portal/consoles/my-joy-images/src/graphql/update-image-tags.gql

6 lines
113 B
Plaintext
Raw Normal View History

2018-02-14 22:30:25 +02:00
mutation updateImageTags($id: ID!, $tags: [KeyValueInput]!) {
updateImage(id: $id, tags: $tags) {
id
}
}